IDispatchImplType Enumeration
.NET Framework 2.0
NOTE: This enumeration is now obsolete.
Indicates which IDispatch implementation to use for a particular class. Namespace: System.Runtime.InteropServicesAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", False)> _ <ComVisibleAttribute(True)> _ Public Enumeration IDispatchImplType 'Usage Dim instance As IDispatchImplType
/** @attribute SerializableAttribute() */
/** @attribute ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false) */
/** @attribute ComVisibleAttribute(true) */
public enum IDispatchImplType
SerializableAttribute ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", false) ComVisibleAttribute(true) public enum IDispatchImplType
| 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 implemenation is supplied by the runtime. | |
| SystemDefinedImpl | Specifies that the common language runtime decides which IDispatch implementation to use. |
See IDispatchImplAttribute for more information.
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: