Function | Description |
CreateObject | Creates a ColdFusion object of a specified type. |
DotNetToCFType | Explicitly converts a value returned by a .NET method to the corresponding ColdFusion data type. |
GetComponentMetaData | Gets metadata for a CFC or an interface. |
GetGatewayHelper | Gets a Java GatewayHelper object. |
IsInstanceOf | Determines whether an object is an instance of a ColdFusion interface or component. |
ReleaseComObject | Releases a COM Object and frees up resources that it used. |
SendGatewayMessage | Sends an outgoing message through a ColdFusion event gateway. |
ToScript | Creates a JavaScript or ActionScript expression that assigns the value of a ColdFusion variable to a JavaScript or ActionScript variable. |