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

適用対象