C# Class Girl.PEAnalyzer.FieldMarshalTable

A row in the FieldMarshal table is created if the .field directive for the parent field has specified a .marshall attribute (see Section 15.1).
Inheritance: TableBase
Show file Open project: higepon/mona

Public Properties

Property Type Description
NativeType int
Parent int

Public Methods

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

Method Details

FieldMarshalTable() public method

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

NativeType public property

index into the Blob heap
public int NativeType
return int

Parent public property

index into Field or Param table; more precisely, a HasFieldMarshal coded index
public int Parent
return int