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.
IDispatchImplType Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Indicates which IDispatch implementation to use for a particular class.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| CompatibleImpl | Specifies that the IDispatch implementation is supplied by passing the type information for the object to the COM CreateStdDispatch API method. | |
| InternalImpl | Specifies that the IDispatch implementation is supplied by the runtime. | |
| SystemDefinedImpl | Specifies that the common language runtime decides which IDispatch implementation to use. |
See IDispatchImplAttribute for more information.
.NET Framework
Available since 1.1
Available since 1.1
Show: