DotNetModule.IsConstructorPrototypeIncompatible
- Updated2025-07-21
- 1 minute(s) read
DotNetModule.IsConstructorPrototypeIncompatible
Syntax
DotNetModule.IsConstructorPrototypeIncompatible
Data Type
Purpose
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