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
Afficher le fichier Open project: higepon/mona

Méthodes publiques

Свойство Type Description
NativeType int
Parent int

Méthodes publiques

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

Method Details

FieldMarshalTable() public méthode

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

NativeType public_oe property

index into the Blob heap
public int NativeType
Résultat int

Parent public_oe property

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