DotNetModule.LoadMemberInfo
- Updated2025-07-21
- 1 minute(s) read
DotNetModule.LoadMemberInfo
Syntax
DotNetModule.LoadMemberInfo( discardParameterValues = False)
Return Value
Returns a value that indicates whether TestStand loaded the member information of the module. This method usually returns True .
Purpose
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 .