_Type.GetInterfaceMap(Type) 메서드

정의

버전에 관계없이 GetInterfaceMap(Type) 메서드에 액세스할 수 있는 COM 개체를 제공합니다.

public:
 System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
abstract member GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

매개 변수

interfaceType
Type

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

반환

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

설명

이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.

Type.GetInterfaceMap 메서드는 지정된 된 인터페이스 형식에 대 한 인터페이스 매핑을 반환 합니다.

적용 대상