TypeDelegator.GetInterfaceMap(Type) 메서드

정의

지정된 인터페이스 형식에 대한 인터페이스 매핑을 반환합니다.

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

매개 변수

interfaceType
Type

매핑을 검색할 인터페이스의 Type입니다.

반환

interfaceType에 대한 인터페이스 매핑을 나타내는 InterfaceMapping 개체입니다.

특성

설명

인터페이스 맵은 인터페이스가 해당 인터페이스를 구현하는 클래스의 실제 메서드에 매핑되는 방법을 표시합니다.

적용 대상

추가 정보