C# 클래스 HDLToolkit.Xilinx.Simulation.ISimProcess

상속: XilinxProcess
파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetLogAndClear ( ) : string
ISimProcess ( string workingDirectory, string executable ) : System
InjectCommand ( string command ) : string
Kill ( ) : void
Start ( ) : void
WaitForPrompt ( ) : void

보호된 메소드들

메소드 설명
ProcessErrorLine ( string line ) : void
ProcessLine ( string line ) : void

비공개 메소드들

메소드 설명
InjectCommandNoWait ( string command ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetLogAndClear() 공개 메소드

public GetLogAndClear ( ) : string
리턴 string

ISimProcess() 공개 메소드

public ISimProcess ( string workingDirectory, string executable ) : System
workingDirectory string
executable string
리턴 System

InjectCommand() 공개 메소드

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

Kill() 공개 메소드

public Kill ( ) : void
리턴 void

ProcessErrorLine() 보호된 메소드

protected ProcessErrorLine ( string line ) : void
line string
리턴 void

ProcessLine() 보호된 메소드

protected ProcessLine ( string line ) : void
line string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

WaitForPrompt() 공개 메소드

public WaitForPrompt ( ) : void
리턴 void