C# Class MapFile, shared-source-cli-2.0

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
FindSymbol ( String key ) : SymbolInfo,
GetRVA ( SymbolInfo, si ) : UInt32
MapFile ( String symdumpFile ) : System
loadDataFromMapFile ( ) : void

Private Methods

Méthode Description
ReadMapHeader ( StreamReader strm ) : void

Method Details

FindSymbol() public méthode

public FindSymbol ( String key ) : SymbolInfo,
key String
Résultat SymbolInfo,

GetRVA() public méthode

public GetRVA ( SymbolInfo, si ) : UInt32
si SymbolInfo,
Résultat System.UInt32

MapFile() public méthode

public MapFile ( String symdumpFile ) : System
symdumpFile String
Résultat System

loadDataFromMapFile() public méthode

public loadDataFromMapFile ( ) : void
Résultat void