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.VARKIND

Assembly: System.Runtime.InteropServices

Defines the kind of variable.

Values

VAR_PERINSTANCE
The variable is a field or member of the type. It exists at a fixed offset within each instance of the type.
VAR_STATIC
There is only one instance of the variable.
VAR_CONST
The <see langword="VARDESC" /> structure describes a symbolic constant. There is no memory associated with it.
VAR_DISPATCH
The variable can be accessed only through <see langword="IDispatch::Invoke" /> .