IDispatchImplType Enum

Definition

Caution

The IDispatchImplAttribute is deprecated.

Indicates which IDispatch implementation to use for a particular class.

C#
[System.Serializable]
public enum IDispatchImplType
C#
[System.Serializable]
[System.Obsolete("The IDispatchImplAttribute is deprecated.", false)]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IDispatchImplType
Inheritance
IDispatchImplType
Attributes

Fields

Name Value Description
SystemDefinedImpl 0

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

InternalImpl 1

Specifies that the IDispatch implementation is supplied by the runtime.

CompatibleImpl 2

Specifies that the IDispatch implementation is supplied by passing the type information for the object to the COM CreateStdDispatch API method.

Remarks

See IDispatchImplAttribute for more information.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)