Name

ClassInterfaceType

Synopsis

This enumeration contains values to use as arguments for ClassInterfaceAttribute. AutoDispatch specifies that a dispatch-only interface should be generated. AutoDual specifies that a dual interface should be generated, and None specifies that no interface should be generated.

Public Enum ClassInterfaceType
                  None = 0
                  AutoDispatch = 1
                  AutoDual = 2
End Enum

Hierarchy

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

Returned By

ClassInterfaceAttribute.Value

Passed To

ClassInterfaceAttribute.ClassInterfaceAttribute()

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.