C# 클래스 OmssaNavigator.Omssa

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

공개 메소드들

메소드 설명
NewProcess ( ) : void
Omssa ( ) : System
Quit ( ) : void
ReadInDictionary ( string command ) : int>.Dictionary
ReadModFile ( string filePath ) : int>.Dictionary
RunCommand ( string command ) : string
StartSearch ( ArgumentLine argumentFile ) : void

비공개 메소드들

메소드 설명
process_Disposed ( object sender, EventArgs e ) : void

메소드 상세

NewProcess() 공개 메소드

public NewProcess ( ) : void
리턴 void

Omssa() 공개 메소드

public Omssa ( ) : System
리턴 System

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

ReadInDictionary() 공개 메소드

public ReadInDictionary ( string command ) : int>.Dictionary
command string
리턴 int>.Dictionary

ReadModFile() 공개 메소드

public ReadModFile ( string filePath ) : int>.Dictionary
filePath string
리턴 int>.Dictionary

RunCommand() 공개 메소드

public RunCommand ( string command ) : string
command string
리턴 string

StartSearch() 공개 메소드

public StartSearch ( ArgumentLine argumentFile ) : void
argumentFile OmssaLib.ArgumentLine
리턴 void