The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComInterfaceType Enumeration
Silverlight
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Identifies how to expose an interface to COM.
Namespace: System.Runtime.InteropServices
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. |
![]() ![]() | InterfaceIsIUnknown | Indicates an interface is exposed to COM as an IUnknown-derived interface, which enables only early binding. |
![]() ![]() | InterfaceIsIDispatch | Indicates an interface is exposed to COM as a dispinterface, which enables late binding only. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

