System.Runtime.InteropServices.INVOKEKIND Enumeration

Use System.Runtime.InteropServices.ComTypes.INVOKEKIND instead.

Syntax

[System.Obsolete]
public enum INVOKEKIND

Remarks

For additional information about INVOKEKIND, see the MSDN Library.

Members

Member NameDescription
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