C# Class WindowsExecutionEngine.OutputReader

ファイルを表示 Open project: ren85/rextester_win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OutputReader ( StreamReader reader, int interval = 10 ) : System
ReadOutput ( ) : void

Method Details

OutputReader() public method

public OutputReader ( StreamReader reader, int interval = 10 ) : System
reader System.IO.StreamReader
interval int
return System

ReadOutput() public method

public ReadOutput ( ) : void
return void