FormatterServices.GetTypeFromAssembly(Assembly, String) 메서드

정의

제공된 Type 개체의 지정된 개체를 조회합니다 Assembly.

public:
 static Type ^ GetTypeFromAssembly(System::Reflection::Assembly ^ assem, System::String ^ name);
public static Type GetTypeFromAssembly(System.Reflection.Assembly assem, string name);
[System.Security.SecurityCritical]
public static Type GetTypeFromAssembly(System.Reflection.Assembly assem, string name);
static member GetTypeFromAssembly : System.Reflection.Assembly * string -> Type
[<System.Security.SecurityCritical>]
static member GetTypeFromAssembly : System.Reflection.Assembly * string -> Type
Public Shared Function GetTypeFromAssembly (assem As Assembly, name As String) As Type

매개 변수

assem
Assembly

개체를 조회할 어셈블리입니다.

name
String

개체의 이름입니다.

반품

Type 명명된 개체의 개체입니다.

특성

예외

매개 변수는 assem .입니다 null.

호출자에게 필요한 권한이 없습니다.

적용 대상

추가 정보