System.Runtime.InteropServices.IDispatchImplType Enumeration

Indicates which IDispatch implementation to use for a particular class.

Syntax

[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IDispatchImplType

Remarks

See System.Runtime.InteropServices.IDispatchImplAttribute for more information.

Members

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 implemenation is supplied by the runtime.

SystemDefinedImpl

Specifies that the common language runtime decides which IDispatch implementation to use.

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0