C# Class OmssaNavigator.Omssa

Datei anzeigen Open project: dbaileychess/Compass Class Usage Examples

Public Methods

Method Description
NewProcess ( ) : void
Omssa ( ) : System
Quit ( ) : void
ReadInDictionary ( string command ) : int>.Dictionary
ReadModFile ( string filePath ) : int>.Dictionary
RunCommand ( string command ) : string
StartSearch ( ArgumentLine argumentFile ) : void

Private Methods

Method Description
process_Disposed ( object sender, EventArgs e ) : void

Method Details

NewProcess() public method

public NewProcess ( ) : void
return void

Omssa() public method

public Omssa ( ) : System
return System

Quit() public method

public Quit ( ) : void
return void

ReadInDictionary() public method

public ReadInDictionary ( string command ) : int>.Dictionary
command string
return int>.Dictionary

ReadModFile() public method

public ReadModFile ( string filePath ) : int>.Dictionary
filePath string
return int>.Dictionary

RunCommand() public method

public RunCommand ( string command ) : string
command string
return string

StartSearch() public method

public StartSearch ( ArgumentLine argumentFile ) : void
argumentFile OmssaLib.ArgumentLine
return void