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.ComMemberType
Assembly: System.Runtime.InteropServices
Describes the type of a COM member.
Values
Method
The member is a normal method.
PropGet
The member gets properties.
PropSet
The member sets properties.