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 해당합니다.

Offset 이면 nilCLI 헤더의 리소스 항목부터 시작하여 메타데이터를 포함하는 PE 이미지의 오프셋입니다.

적용 대상