Whatever message this page gives is out now! Go check it out!
CreateObject(type, class, assembly[, server, dotnetport, protocol, secure])| Parameter | Default | Description |
type | component | Object type. Must be .NET or dotnet for .NET objects. |
class | Name of the .NET class to represent as an object. | |
assembly | mscorlib.dll which contains the .NET core classes | For local .NET assemblies , the absolute path or paths to the assembly or assemblies (.exe or .dll files) from which to access the .NET class and its supporting classes. If a class in an assembly requires supporting classes that are in other assemblies, specify those assemblies also. You can, however, omit the supporting assemblies for the following types of supporting classes:
For remote .NET assemblies , specify the absolute path or paths of the local proxy JAR file or files that represent the assemblies.If you omit this parameter, and there is no local .NET installation, the function fails without generating an error. If you omit this parameter, there is a local .NET installation, and the specified class is not in the .NET core classes, ColdFusion generates an error. |
server | localhost | Host name or IP address of the server where the .NET-side agent is running. Can be in any of these forms:
|
DotNetPort | 6086 | Port number at which the .NET-side agent is listening. |
protocol | tcp | Protocol to use for communication between ColdFusion and .NET. Must be one of the following values:
|
secure | false | Whether to secure communications with the .NET-side agent. If true, ColdFusion uses SSL to communicate with .NET. |