C# 클래스 fitSharp.Test.NUnit.Slim.TestSession

상속: Session
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Input string
IsClosed bool
Output string

공개 메소드들

메소드 설명
Close ( ) : void
Read ( int length ) : string
Write ( string message ) : void
Write ( string message, string prefixFormat ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Read() 공개 메소드

public Read ( int length ) : string
length int
리턴 string

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

Write() 공개 메소드

public Write ( string message, string prefixFormat ) : void
message string
prefixFormat string
리턴 void

프로퍼티 상세

Input 공개적으로 프로퍼티

public string Input
리턴 string

IsClosed 공개적으로 프로퍼티

public bool IsClosed
리턴 bool

Output 공개적으로 프로퍼티

public string Output
리턴 string