C# Class MemoryPINGui.LibraryResultsProcessor

ファイルを表示 Open project: stkerr/MemoryPIN Class Usage Examples

Public Methods

Method 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 method

public AddLibraryRange ( string libraryname, int startAddress, int endAddress ) : bool
libraryname string
startAddress int
endAddress int
return bool

GetLibraryName() public method

public GetLibraryName ( int address ) : string
address int
return string

LibraryResultsProcessor() public method

public LibraryResultsProcessor ( IList libraries ) : System
libraries IList
return System

LibraryResultsProcessor() public method

public LibraryResultsProcessor ( string filename ) : System
filename string
return System