INVOKEKIND Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class INVOKEKIND
public enum class INVOKEKIND
enum INVOKEKIND
public enum INVOKEKIND
type INVOKEKIND =
Public Enum INVOKEKIND
- Inheritance
-
INVOKEKIND
Fields
Name | Value | Description |
---|---|---|
INVOKE_FUNC | 1 | |
INVOKE_PROPERTYGET | 2 | |
INVOKE_PROPERTYPUT | 4 | |
INVOKE_PROPERTYPUTREF | 8 |