ComInterfaceType Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Identifies how to expose an interface to COM.
Assembly: mscorlib (in mscorlib.dll)
| 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. | |
| InterfaceIsIInspectable | Indicates that an interface is exposed to COM as a Windows Runtime interface. | |
| InterfaceIsIUnknown | Indicates an interface is exposed to COM as an IUnknown-derived interface, which enables only early binding. |
Show: