AssemblyFile.Name 属性
定义
获取文件名称,包括其扩展名。Gets the file name, including its extension.
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 实例,它表示具有扩展名的文件名。A StringHandle instance representing the file name with its extension.
注解
对应于 Name File ECMA-335 标准中的表的字段。Corresponds to the Name field of the File table in the ECMA-335 Standard.