DotNetModule.IsConstructorPrototypeIncompatible

Syntax

DotNetModule.IsConstructorPrototypeIncompatible

Data Type

Boolean

Purpose

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

Remarks

Returns a value that indicates whether the prototype the current constructor parameters specify is incompatible with the constructor prototype of the specified module.

This property obtains the prototype for the specified .NET constructor and compares it to the current constructor parameters. This property returns True if TestStand successfully reads the prototype from the .NET constructor and the current constructor parameters do not match the prototype the .NET constructor specifies. Accessing this property loads the assembly to determine the constructor prototype.

See Also

DotNetCall.IsPrototypeIncompatible

DotNetModule.GetConstructorMetaDataToken

DotNetModule.LoadConstructorPrototypeFromMetaDataToken

Module.IsPrototypeIncompatible

Obsolete DotNetModule Properties