Allows you tocreate COM, CORBA, and JAVA objects.
| Note | ColdFusion administrators can disable the CFOBJECT tag in the ColdFusion Administrator Basic Security page, which also disables this function. |
| Note | On UNIX, COM objects are not currently supported by CreateObject. |
Depending on the value of the type parameter, there are several additional parameters you can use. This table shows which parameters you can use with each object type.
| Parameters Used with Object Types | |
|---|---|
| TYPE | Parameters |
| COM |
TYPE CLASS CONTEXT SERVER |
| CORBA |
TYPE CONTEXT CLASS LOCALE |
| JAVA |
TYPE CLASS |
Sections that follow describe these values and parameters in greater detail.