ComInterfaceType Enumeration

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.

Namespace:  System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
InterfaceIsDualIndicates the interface is exposed to COM as a dual interface, which enables both early and late binding. InterfaceIsDual is the default value.
InterfaceIsIDispatchIndicates an interface is exposed to COM as a dispinterface, which enables late binding only.
InterfaceIsIInspectableIndicates that an interface is exposed to COM as a Windows Runtime interface.
InterfaceIsIUnknownIndicates an interface is exposed to COM as an IUnknown-derived interface, which enables only early binding.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft