Windows apps
Collapse the table of content
Expand the table of content
Information
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

 
Note: This API is now obsolete.

Indicates which IDispatch implementation to use for a particular class.

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

<SerializableAttribute>
<ObsoleteAttribute("The IDispatchImplAttribute is deprecated.",
	False)>
<ComVisibleAttribute(True)>
Public Enumeration IDispatchImplType

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft