ComInterfaceType Enumeration
.NET Framework 3.0
Identifies how to expose an interface to COM.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration ComInterfaceType 'Usage Dim instance As ComInterfaceType
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum ComInterfaceType
SerializableAttribute ComVisibleAttribute(true) public enum ComInterfaceType
| Member name | Description | |
|---|---|---|
![]() | InterfaceIsDual | Indicates the interface is exposed to COM as a dual interface, which enables both early and late binding. InterfaceIsDual is the default value. |
![]() | InterfaceIsIDispatch | Indicates an interface is exposed to COM as a dispinterface, which enables late binding only. |
![]() | InterfaceIsIUnknown | Indicates an interface is exposed to COM as an IUnknown -derived interface, which enables only early binding. |
This enumeration works in conjuction with InterfaceTypeAttribute.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
