AssemblyFile.Name プロパティ

定義

その拡張子を含むファイル名を取得します。

public:
 property System::Reflection::Metadata::StringHandle Name { System::Reflection::Metadata::StringHandle get(); };
public System.Reflection.Metadata.StringHandle Name { get; }
member this.Name : System.Reflection.Metadata.StringHandle
Public ReadOnly Property Name As StringHandle

プロパティ値

StringHandle

StringHandle拡張子が付いたファイル名を表すインスタンス。

注釈

Name ECMA-335 標準のテーブルのフィールドFileに対応します。

適用対象