IDispatchImplType 열거형

정의

주의

The IDispatchImplAttribute is deprecated.

특정 클래스에 사용할 IDispatch 구현을 나타냅니다.

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
상속
IDispatchImplType
특성

필드

CompatibleImpl 2

개체에 대한 형식 정보를 COM CreateStdDispatch API 메서드에 전달하여 IDispatch 구현을 제공하도록 지정합니다.

InternalImpl 1

런타임에서 IDispatch 구현을 제공하도록 지정합니다.

SystemDefinedImpl 0

공용 언어 런타임에서 사용할 IDispatch 구현을 결정하도록 지정합니다.

설명

자세한 내용은 IDispatchImplAttribute를 참조하세요.

적용 대상