IDispatchImplType Enumeration
.NET Framework 3.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> _ <ComVisibleAttribute(True)> _ <ObsoleteAttribute("The IDispatchImplAttribute is deprecated.", False)> _ Public Enumeration IDispatchImplType 'Usage Dim instance As 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 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 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.Community Additions
ADD
Show: