DotNetModule.LoadConstructorInfo
- Updated2025-07-21
- 1 minute(s) read
DotNetModule.LoadConstructorInfo
Syntax
DotNetModule.LoadConstructorInfo( discardParameterValues = False)
Return Value
Returns a value that indicates whether the constructor information of the module was loaded. This method usually returns True .
Purpose
Remarks
Loads information for the parameters of the class constructor, if the module has specified one.
You must set the DotNetModule.ClassName and DotNetModule.ConstructorIndex properties on the module before calling this method to access the DotNetModule.ConstructorParameters property of the module.
Parameters
discardParameterValues As Boolean
[In] Specifies whether to reset the DotNetParameter.ValueExpr property of existing parameter values when loading a new constructor prototype.
This parameter has a default value of False .
See Also
DotNetCall.LoadPrototypeFromSignature