Name

ComMemberType

Synopsis

This enumeration describes a COM member. Method indicates that the member is an ordinary method. PropGet and PropSet identify methods that get and set the values of properties (getters and setters).

Public Enum ComMemberType
                  Method = 0
                  PropGet = 1
                  PropSet = 2
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ComMemberType

Passed To

Marshal.GetMethodInfoForComSlot()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.