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 enumeration is now obsolete.

Indicates which IDispatch implementation to use for a particular class.

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

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false)] 
public enum IDispatchImplType
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false) */ 
public enum IDispatchImplType
SerializableAttribute 
ComVisibleAttribute(true) 
ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false) 
public enum IDispatchImplType

 Member nameDescription
CompatibleImplSpecifies that the IDispatch implementation is supplied by passing the type information for the object to the COM CreateStdDispatch API method. 
InternalImplSpecifies that the IDispatch implemenation is supplied by the runtime. 
SystemDefinedImplSpecifies that the common language runtime decides which IDispatch implementation to use. 

See IDispatchImplAttribute for more information.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 1.0, 1.1, 2.0
Obsolete (compiler warning) in 3.0

Community Additions

Show:
© 2017 Microsoft