Share via


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 实例。 IsNil如果 属性为 true,则返回的句柄将具有默认值。

注解

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

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

适用于