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拡張子を持つファイル名を表す インスタンス。

注釈

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

適用対象