DotNetModule.LoadConstructorInfo

Syntax

DotNetModule.LoadConstructorInfo( discardParameterValues = False)

Return Value

Boolean

Returns a value that indicates whether the constructor information of the module was loaded. This method usually returns True .

Purpose

Note This method is obsolete. Use the DotNetCall.LoadPrototypeFromSignature method instead.

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

DotNetModule.ClassName

DotNetModule.ConstructorIndex

DotNetModule.ConstructorParameters

DotNetParameter.ValueExpr