C# Class System.IO.Shell

显示文件 Open project: kirnosenko/msr-tools Class Usage Examples

Public Methods

Method Description
Run ( string command, string arguments ) : void
RunAndWaitForExit ( string command, string arguments, Stream output ) : void

Method Details

Run() public static method

public static Run ( string command, string arguments ) : void
command string
arguments string
return void

RunAndWaitForExit() public static method

public static RunAndWaitForExit ( string command, string arguments, Stream output ) : void
command string
arguments string
output Stream
return void