C# Class 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).
Inheritance: TableBase
Afficher le fichier Open project: higepon/mona

Méthodes publiques

Свойство Type Description
EncBaseId int
EncId int
Generation short
Mvid int
Name int

Méthodes publiques

Méthode Description
GetInfos ( StringBuilder sb ) : void
ModuleTable ( ) : System
ReadData ( byte data, int offset ) : void

Method Details

GetInfos() public méthode

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ModuleTable() public méthode

public ModuleTable ( ) : System
Résultat System

ReadData() public méthode

public ReadData ( byte data, int offset ) : void
data byte
offset int
Résultat void

Property Details

EncBaseId public_oe property

index into Guid heap, reserved, shall be zero
public int EncBaseId
Résultat int

EncId public_oe property

index into Guid heap, reserved, shall be zero
public int EncId
Résultat int

Generation public_oe property

2 byte value, reserved, shall be zero
public short Generation
Résultat short

Mvid public_oe property

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

Name public_oe property

index into String heap
public int Name
Résultat int