March 2002
Intermediate to advanced
864 pages
31h 8m
English
ClassInterfaceType
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 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ClassInterfaceType
ClassInterfaceAttribute.Value
ClassInterfaceAttribute.ClassInterfaceAttribute()