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
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Field int
Offset int

Public Methods

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

Method Details

FieldLayoutTable() public method

public FieldLayoutTable ( ) : System
return System

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

Property Details

Field public_oe property

index into the Field table
public int Field
return int

Offset public_oe property

a 4 byte constant
public int Offset
return int