C# Class OmssaNavigator.Omssa

Afficher le fichier Open project: dbaileychess/Compass Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
process_Disposed ( object sender, EventArgs e ) : void

Method Details

NewProcess() public méthode

public NewProcess ( ) : void
Résultat void

Omssa() public méthode

public Omssa ( ) : System
Résultat System

Quit() public méthode

public Quit ( ) : void
Résultat void

ReadInDictionary() public méthode

public ReadInDictionary ( string command ) : int>.Dictionary
command string
Résultat int>.Dictionary

ReadModFile() public méthode

public ReadModFile ( string filePath ) : int>.Dictionary
filePath string
Résultat int>.Dictionary

RunCommand() public méthode

public RunCommand ( string command ) : string
command string
Résultat string

StartSearch() public méthode

public StartSearch ( ArgumentLine argumentFile ) : void
argumentFile OmssaLib.ArgumentLine
Résultat void