C# 클래스 Girl.PEAnalyzer.ManifestResourceTable

The Offset specifies the byte offset within the referenced file at which this resource record begins. The Implementation specifies which file holds this resource. The rows in the table result from .mresource directives on the Assembly (see clause 6.2.2).
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
Flags int
Implementation int
Name int
Offset int

공개 메소드들

메소드 설명
GetInfos ( StringBuilder sb ) : void
ManifestResourceTable ( ) : System
ReadData ( byte data, int offset ) : void

메소드 상세

GetInfos() 공개 메소드

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ManifestResourceTable() 공개 메소드

public ManifestResourceTable ( ) : System
리턴 System

ReadData() 공개 메소드

public ReadData ( byte data, int offset ) : void
data byte
offset int
리턴 void

프로퍼티 상세

Flags 공개적으로 프로퍼티

a 4 byte bitmask of type ManifestResourceAttributes, clause 22.1.8
public int Flags
리턴 int

Implementation 공개적으로 프로퍼티

index into File table, or AssemblyRef table, or null; more precisely, an Implementation coded index
public int Implementation
리턴 int

Name 공개적으로 프로퍼티

index into the String heap
public int Name
리턴 int

Offset 공개적으로 프로퍼티

a 4 byte constant
public int Offset
리턴 int