DotNetModule.CreateObject
- Updated2025-07-21
- 1 minute(s) read
DotNetModule.CreateObject
Syntax
DotNetModule.CreateObject
Data Type
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