C# Class MemoryPINGui.LibraryResultsProcessor

Afficher le fichier Open project: stkerr/MemoryPIN Class Usage Examples

Méthodes publiques

Méthode Description
AddLibraryRange ( string libraryname, int startAddress, int endAddress ) : bool
GetLibraryName ( int address ) : string
LibraryResultsProcessor ( IList libraries ) : System
LibraryResultsProcessor ( string filename ) : System

Method Details

AddLibraryRange() public méthode

public AddLibraryRange ( string libraryname, int startAddress, int endAddress ) : bool
libraryname string
startAddress int
endAddress int
Résultat bool

GetLibraryName() public méthode

public GetLibraryName ( int address ) : string
address int
Résultat string

LibraryResultsProcessor() public méthode

public LibraryResultsProcessor ( IList libraries ) : System
libraries IList
Résultat System

LibraryResultsProcessor() public méthode

public LibraryResultsProcessor ( string filename ) : System
filename string
Résultat System