The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
INVOKEKIND Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| INVOKE_FUNC | The member is called using a normal function invocation syntax. | |
| INVOKE_PROPERTYGET | The function is invoked using a normal property-access syntax. | |
| INVOKE_PROPERTYPUT | The function is invoked using a property value assignment syntax. | |
| INVOKE_PROPERTYPUTREF | The function is invoked using a property reference assignment syntax. |
For additional information about INVOKEKIND, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show: