TypeProvider.GetAssemblyName(Type) 메서드

정의

지정된 형식이 선언된 어셈블리의 어셈블리 표시 이름을 반환합니다.

public:
 System::String ^ GetAssemblyName(Type ^ type);
public string GetAssemblyName (Type type);
member this.GetAssemblyName : Type -> string
Public Function GetAssemblyName (type As Type) As String

매개 변수

type
Type

가져올 어셈블리 이름이 있는 형식입니다.

반환

String

지정된 형식이 선언된 어셈블리의 어셈블리 표시 이름입니다.

적용 대상