IDispatchImplType Enum

Definition

Caution

The IDispatchImplAttribute is deprecated.

Indicates which IDispatch implementation to use for a particular class.

public enum class IDispatchImplType
[System.Serializable]
public enum IDispatchImplType
[System.Serializable]
[System.Obsolete("The IDispatchImplAttribute is deprecated.", false)]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IDispatchImplType
[<System.Serializable>]
type IDispatchImplType = 
[<System.Serializable>]
[<System.Obsolete("The IDispatchImplAttribute is deprecated.", false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IDispatchImplType = 
Public Enum IDispatchImplType
Inheritance
IDispatchImplType
Attributes

Fields

CompatibleImpl 2

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

InternalImpl 1

Specifies that the IDispatch implementation is supplied by the runtime.

SystemDefinedImpl 0

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

Remarks

See IDispatchImplAttribute for more information.

Applies to