次の方法で共有


AssemblyNameInfo.FullName プロパティ

定義

アセンブリの完全な名前 (表示名とも呼ばれます) を取得します。

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

プロパティ値

注釈

FullNameとは異なり、このプロパティは公開キー トークンを検証したり、指定された公開キーに基づいてそれを計算したりしません。

適用対象