C# Class TraceProcess.Program

显示文件 Open project: RobBlackwell/AzureCommandLineTools

Public Methods

Method Description
CopyStream ( TextReader textReader, StreamWriter streamWriter ) : void

Private Methods

Method Description
Log ( object message ) : void
Main ( string args ) : int
PrintUsage ( ) : void
Program ( CloudTraceListener cloudTraceListener ) : System
RunCommand ( string command, string arguments ) : int
Write ( string message ) : void

Method Details

CopyStream() public method

public CopyStream ( TextReader textReader, StreamWriter streamWriter ) : void
textReader TextReader
streamWriter System.IO.StreamWriter
return void