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
Mostrar archivo Open project: higepon/mona

Public Properties

Property Type Description
Flags short
Name int
Sequence short

Public Methods

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

Method Details

GetInfos() public method

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

ParamTable() public method

public ParamTable ( ) : System
return System

ReadData() public method

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

Property Details

Flags public_oe property

a 2 byte bitmask of type ParamAttributes, clause 22.1.12
public short Flags
return short

Name public_oe property

index into String heap
public int Name
return int

Sequence public_oe property

a 2 byte constant
public short Sequence
return short