C# Class Girl.PEAnalyzer.FieldTable

Each row in the Field table results from a toplevel .field directive (see Section 5.10), or a .field directive inside a Type (see Section 9.2). For an example see Section 13.5.
Inheritance: TableBase
Show file Open project: higepon/mona Class Usage Examples

Public Properties

Property Type Description
Flags short
Name int
Signature int

Public Methods

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

Method Details

FieldTable() public method

public FieldTable ( ) : 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

Flags public property

a 2 byte bitmask of type FieldAttributes, clause 22.1.5
public short Flags
return short

Name public property

index into String heap
public int Name
return int

Signature public property

index into Blob heap
public int Signature
return int