DotNetCall.IsPrototypeIncompatible
- Updated2025-07-21
- 1 minute(s) read
DotNetCall.IsPrototypeIncompatible
Syntax
DotNetCall.IsPrototypeIncompatible
Data Type
Purpose
Returns a value that indicates whether the DotNetCall object prototype is incompatible with the actual prototype of the .NET member in the assembly.
Remarks
If this property cannot determine the prototype information because the assembly is not loadable, the class does not exist, or no member with the specified name exists, this property returns False . This property returns True only when a member with the specified name exists in the specified assembly and class, but does not match the specified prototype.