AssemblyBuilder.FullName 속성

정의

현재 동적 어셈블리의 표시 이름을 가져옵니다.

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

속성 값

String

동적 어셈블리의 표시 이름입니다.

설명

어셈블리의 표시 이름 형식에 대한 설명을 참조 AssemblyName 하세요.

적용 대상