Beef Corlib
Public Types | Public Member Functions | Properties | List of all members
System.Diagnostics.SpawnedProcess Class Reference

Public Types

enum  KillFlags { None = 0, KillChildren = 1 }
 

Public Member Functions

Result< void > Start (ProcessStartInfo startInfo)
 
Result< void > AttachStandardInput (FileStream stream)
 
Result< void > AttachStandardOutput (FileStream stream)
 
Result< void > AttachStandardError (FileStream stream)
 
bool WaitFor (int waitMS=-1)
 
void Close ()
 
void Kill (int32 exitCode=0, KillFlags killFlags=.None)
 

Properties

int ExitCode [get]
 
bool HasExited [get]