August 2003
Intermediate to advanced
928 pages
32h 1m
English
ComInterfaceType
This enumeration specifies the COM
interface type.
Use this attribute with InterfaceTypeAttribute to
specify how your .NET interfaces are exposed to COM.
public enum ComInterfaceType { InterfaceIsDual = 0, InterfaceIsIUnknown = 1, InterfaceIsIDispatch = 2 }
System.Object|aut
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
ComInterfaceType
InterfaceTypeAttribute.Value
InterfaceTypeAttribute.InterfaceTypeAttribute( )