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標頭中的 [資源] 項目開始。

適用於