확장 최소화
이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

TypeBuilder.GetInterfaceMap 메서드

요청된 인터페이스에 대한 인터페이스 매핑을 반환합니다.

네임스페이스: System.Reflection.Emit
어셈블리: mscorlib(mscorlib.dll)

[ComVisibleAttribute(true)] 
public override InterfaceMapping GetInterfaceMap (
	Type interfaceType
)
/** @attribute ComVisibleAttribute(true) */ 
public InterfaceMapping GetInterfaceMap (
	Type interfaceType
)
ComVisibleAttribute(true) 
public override function GetInterfaceMap (
	interfaceType : Type
) : InterfaceMapping

매개 변수

interfaceType

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

반환 값

요청된 인터페이스 매핑을 반환합니다.
예외 형식조건

NotSupportedException

이 메서드가 불완전한 형식에 대해서는 구현되지 않는 경우

Type.GetType 또는 Assembly.GetType을 사용하여 형식을 검색하고, 검색된 형식에 대해 리플렉션을 사용합니다.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

.NET Framework

2.0, 1.1, 1.0에서 지원
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.