C# 클래스 Girl.PEAnalyzer.ModuleTable

The Generation, EncId and EncBaseId columns can be written as zero, and can be ignored by conforming implementations of the CLI. The rows in the Module table result from .module directives in the Assembly (see Section 6.4).
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
EncBaseId int
EncId int
Generation short
Mvid int
Name int

공개 메소드들

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

메소드 상세

GetInfos() 공개 메소드

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

ModuleTable() 공개 메소드

public ModuleTable ( ) : System
리턴 System

ReadData() 공개 메소드

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

프로퍼티 상세

EncBaseId 공개적으로 프로퍼티

index into Guid heap, reserved, shall be zero
public int EncBaseId
리턴 int

EncId 공개적으로 프로퍼티

index into Guid heap, reserved, shall be zero
public int EncId
리턴 int

Generation 공개적으로 프로퍼티

2 byte value, reserved, shall be zero
public short Generation
리턴 short

Mvid 공개적으로 프로퍼티

index into Guid heap; simply a Guid used to distinguish between two versions of the same module
public int Mvid
리턴 int

Name 공개적으로 프로퍼티

index into String heap
public int Name
리턴 int