EnumBuilder.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

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

반환

요청된 인터페이스 매핑입니다.

특성

예외

형식에서 인터페이스를 구현하지 않는 경우

설명

해결 방법으로 완성된 형식의 인터페이스 매핑 형식을 검색하려면 또는 Assembly.GetType 를 사용하여 Type.GetType 형식을 검색하고 검색된 형식에서 리플렉션을 사용합니다.

적용 대상