C# 클래스 UnitTests.GdbTestingBase

파일 보기 프로젝트 열기: pleonex/NitroDebugger

보호된 메소드들

메소드 설명
CloseServer ( ) : void
Dispose ( ) : void
GdbTestingBase ( int index ) : System
OpenServer ( ) : void
Read ( ) : string
SendPacket ( string cmd, string args ) : void
SetUp ( ) : void

메소드 상세

CloseServer() 보호된 메소드

protected CloseServer ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( ) : void
리턴 void

GdbTestingBase() 보호된 메소드

protected GdbTestingBase ( int index ) : System
index int
리턴 System

OpenServer() 보호된 메소드

protected OpenServer ( ) : void
리턴 void

Read() 보호된 메소드

protected Read ( ) : string
리턴 string

SendPacket() 보호된 메소드

protected SendPacket ( string cmd, string args ) : void
cmd string
args string
리턴 void

SetUp() 보호된 메소드

protected SetUp ( ) : void
리턴 void