DotNetModule.LoadMemberInfo

Syntax

DotNetModule.LoadMemberInfo( discardParameterValues = False)

Return Value

Boolean

Returns a value that indicates whether TestStand loaded the member information of the module. 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 specified member of the module and for constructor parameters of the class constructor, if the module has specified one.

You must set the DotNetModule.ClassName , DotNetModule.MemberName , and DotNetModule.MemberIndex properties on the module before calling LoadMemberInfo to access the DotNetModule.Parameters 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 prototype.

This parameter has a default value of False .

See Also

DotNetCall.LoadPrototypeFromSignature

DotNetModule.ClassName

DotNetModule.MemberIndex

DotNetModule.MemberName

DotNetModule.Parameters

DotNetParameter.ValueExpr