C# Class fitSharp.Test.NUnit.Slim.TestSession

Inheritance: Session
Datei anzeigen Open project: jediwhale/fitsharp Class Usage Examples

Public Properties

Property Type Description
Input string
IsClosed bool
Output string

Public Methods

Method Description
Close ( ) : void
Read ( int length ) : string
Write ( string message ) : void
Write ( string message, string prefixFormat ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Read() public method

public Read ( int length ) : string
length int
return string

Write() public method

public Write ( string message ) : void
message string
return void

Write() public method

public Write ( string message, string prefixFormat ) : void
message string
prefixFormat string
return void

Property Details

Input public_oe property

public string Input
return string

IsClosed public_oe property

public bool IsClosed
return bool

Output public_oe property

public string Output
return string