C# Class Girl.PEAnalyzer.TypeRefTable

Inheritance: TableBase
Afficher le fichier Open project: higepon/mona Class Usage Examples

Méthodes publiques

Свойство Type Description
Name int
Namespace int
ResolutionScope int

Méthodes publiques

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

Method Details

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

TypeRefTable() public méthode

public TypeRefTable ( ) : System
Résultat System

Property Details

Name public_oe property

index into String heap
public int Name
Résultat int

Namespace public_oe property

index into String heap
public int Namespace
Résultat int

ResolutionScope public_oe property

index into Module, ModuleRef, AssemblyRef or TypeRef tables, or null; more precisely, a ResolutionScope coded index
public int ResolutionScope
Résultat int