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.DESCKIND
Assembly: System.Runtime.InteropServices
Identifies the type description being bound to.
Values
DESCKIND_NONE
Indicates that no match was found.
DESCKIND_FUNCDESC
Indicates that a <see cref="T:System.Runtime.InteropServices.FUNCDESC" /> structure was returned.
DESCKIND_VARDESC
Indicates that a <see langword="VARDESC" /> was returned.
DESCKIND_TYPECOMP
Indicates that a <see langword="TYPECOMP" /> was returned.
DESCKIND_IMPLICITAPPOBJ
Indicates that an <see langword="IMPLICITAPPOBJ" /> was returned.
DESCKIND_MAX
Indicates an end-of-enumeration marker.