C# Class Girl.PEAnalyzer.ParamTable

The rows in the Param table result from the parameters in a method declaration (see Section 14.4), or from a .param attribute attached to a method (see clause 14.4.1).
Inheritance: TableBase
Afficher le fichier Open project: higepon/mona

Méthodes publiques

Свойство Type Description
Flags short
Name int
Sequence short

Méthodes publiques

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

Method Details

GetInfos() public méthode

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

ParamTable() public méthode

public ParamTable ( ) : System
Résultat System

ReadData() public méthode

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

Property Details

Flags public_oe property

a 2 byte bitmask of type ParamAttributes, clause 22.1.12
public short Flags
Résultat short

Name public_oe property

index into String heap
public int Name
Résultat int

Sequence public_oe property

a 2 byte constant
public short Sequence
Résultat short