C# Class Girl.PEAnalyzer.FieldLayoutTable

A row in the FieldLayout table is created if the .field directive for the parent field has specified a field offset (see Section 9.7).
Inheritance: TableBase
Afficher le fichier Open project: higepon/mona

Méthodes publiques

Свойство Type Description
Field int
Offset int

Méthodes publiques

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

Method Details

FieldLayoutTable() public méthode

public FieldLayoutTable ( ) : System
Résultat System

GetInfos() public méthode

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

ReadData() public méthode

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

Property Details

Field public_oe property

index into the Field table
public int Field
Résultat int

Offset public_oe property

a 4 byte constant
public int Offset
Résultat int