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 1.1
Indicates which IDispatch implementation to use for a particular class.
[Visual Basic] <Serializable> Public Enum IDispatchImplType [C#] [Serializable] public enum IDispatchImplType [C++] [Serializable] __value public enum IDispatchImplType [JScript] public Serializable enum IDispatchImplType
Remarks
See IDispatchImplAttribute for more information.
Members
| 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. |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: