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

Inheritance: SymbolProvider
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
GetGlobalRVA ( String symbolName, SymType symType ) : UInt32
GetVTableRVA ( String symbolName, String keyBaseName ) : UInt32
MapSymbolProvider ( String symbolFilename ) : System

Private Methods

Method Description
GetRVA ( String symbolName ) : UInt32

Method Details

GetGlobalRVA() public method

public GetGlobalRVA ( String symbolName, SymType symType ) : UInt32
symbolName String
symType SymType
return System.UInt32

GetVTableRVA() public method

public GetVTableRVA ( String symbolName, String keyBaseName ) : UInt32
symbolName String
keyBaseName String
return System.UInt32

MapSymbolProvider() public method

public MapSymbolProvider ( String symbolFilename ) : System
symbolFilename String
return System