ManifestResource.Implementation Eigenschaft

Definition

Ruft das Implementierungsentitätshandle ab.

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

Eigenschaftswert

Eine EntityHandle-Instanz. Wenn die Eigenschaft lautetIsNil, weist das true zurückgegebene Handle Standardwerte auf.

Hinweise

Entspricht dem Implementation Feld der ManifestResource Tabelle im ECMA-335 Standard.

If nil, then Offset is an offset in the PE image that contains the metadata, starting from the Resource entry in the CLI header.

Gilt für: