Syntax
[System.Obsolete]
public enum INVOKEKIND
Remarks
Members
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.
|
Requirements
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0