DotNetModule.CreateObject

Syntax

DotNetModule.CreateObject

Data Type

Boolean

Purpose

Note This property is obsolete . Use a constructor or a remote creation call as the first call in the DotNetModule class instead of setting this property to True . You can specify a constructor or remote creation call by adding a call to the module using the DotNetModule.Calls collection and using the DotNetCall.LoadPrototypeFromSignature method to specify the call.

Remarks

Specifies whether to create a new instance of the class.

See Also

DotNetCall.LoadPrototypeFromSignature

DotNetModule.Calls

DotNetModule.ConstructorParameters

DotNetModule.DisposeObject

Obsolete DotNetModule Properties