C# 클래스 SplitAndMerge.DebuggerClient

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

공개 메소드들

메소드 설명
Disconnect ( ) : void
RunClient ( Object threadContext ) : void
SendBack ( string str, bool sendLength = true ) : bool
SendFile ( string source, string destination ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

RunClient() 공개 메소드

public RunClient ( Object threadContext ) : void
threadContext Object
리턴 void

SendBack() 공개 메소드

public SendBack ( string str, bool sendLength = true ) : bool
str string
sendLength bool
리턴 bool

SendFile() 공개 메소드

public SendFile ( string source, string destination ) : void
source string
destination string
리턴 void