Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.InteropServices.ComTypes.INVOKEKIND

Assembly: System.Runtime.InteropServices

Specifies how to invoke a function by <see langword="IDispatch::Invoke" /> .

Values

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.