C# 클래스 MemoryPINGui.LibraryResultsProcessor

파일 보기 프로젝트 열기: stkerr/MemoryPIN 1 사용 예제들

공개 메소드들

메소드 설명
AddLibraryRange ( string libraryname, int startAddress, int endAddress ) : bool
GetLibraryName ( int address ) : string
LibraryResultsProcessor ( IList libraries ) : System
LibraryResultsProcessor ( string filename ) : System

메소드 상세

AddLibraryRange() 공개 메소드

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

GetLibraryName() 공개 메소드

public GetLibraryName ( int address ) : string
address int
리턴 string

LibraryResultsProcessor() 공개 메소드

public LibraryResultsProcessor ( IList libraries ) : System
libraries IList
리턴 System

LibraryResultsProcessor() 공개 메소드

public LibraryResultsProcessor ( string filename ) : System
filename string
리턴 System