ComInterfaceType Enumeration
.NET Framework 4.5
Identifies how to expose an interface to COM.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
![]() ![]() | InterfaceIsDual | Indicates that the interface is exposed to COM as a dual interface, which enables both early and late binding. InterfaceIsDual is the default value. |
![]() ![]() | InterfaceIsIDispatch | Indicates that an interface is exposed to COM as a dispinterface, which enables late binding only. |
![]() | InterfaceIsIInspectable | Indicates that an interface is exposed to COM as a Windows Runtime interface. |
![]() ![]() | InterfaceIsIUnknown | Indicates that an interface is exposed to COM as an interface that is derived from IUnknown, which enables only early binding. |
This enumeration works in conjunction with the InterfaceTypeAttribute attribute.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

