DotNetModule.UnmappedConstructorArgumentValues

Syntax

DotNetModule.UnmappedConstructorArgumentValues

Data Type

UnmappedArgumentValues

Purpose

Note This property is obsolete . Use the DotNetCall.UnmappedArgumentValues property on a constructor call instead.

Remarks

Returns the UnmappedArgumentValues collection that contains a list of the arguments not used as inputs and outputs of the corresponding constructor for the module.

When the constructor prototype changes, TestStand attempts to map the current constructor arguments to the new prototype by looking for matching argument names and data types, and by matching argument positions and data types. If TestStand fails to assign an argument to the new prototype, the argument is added to this collection.

TestStand does not clear the collection when you load a new prototype. Use the DotNetModule.ClearUnmappedConstructorArgumentValues method to clear the collection before calling the DotNetModule.LoadConstructorPrototypeFromMetadataToken method.

See Also

DotNetCall.UnmappedArgumentValues

DotNetModule.ClearUnmappedConstructorArgumentValues

DotNetModule.LoadConstructorPrototypeFromMetadataToken

Obsolete DotNetModule Properties

UnmappedArgumentValue

UnmappedArgumentValues