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

속성 값

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

설명

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

적용 대상