ManifestResource.Implementation 属性

定义

获取实现实体句柄。

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

属性值

EntityHandle

EntityHandle 实例。 IsNil如果该属性是true,则返回的句柄将具有默认值。

注解

对应于 Implementation ECMA-335 Standard 中表的 ManifestResource 字段。

如果 nil,则 Offset 为 PE 映像中包含元数据的偏移量,从 CLI 标头中的“资源”条目开始。

适用于