C# Class Machete.Core.Output

Inheritance: IDisposable
ファイルを表示 Open project: ChaosPandion/Machete Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Take ( ) : string
TryTake ( string &result ) : bool
TryTake ( string &result, int timeout ) : bool
Write ( string value ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Take() public method

public Take ( ) : string
return string

TryTake() public method

public TryTake ( string &result ) : bool
result string
return bool

TryTake() public method

public TryTake ( string &result, int timeout ) : bool
result string
timeout int
return bool

Write() public method

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