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

Public Member Functions

Dictionary< String, String > mEnvironmentVariables ~ DeleteDictionaryAndKeysAndValues (_)
 
void GetFileName (String outFileName)
 
void SetFileNameAndArguments (StringView string)
 
void SetFileName (StringView fileName)
 
void SetWorkingDirectory (StringView fileName)
 
void SetArguments (StringView arguments)
 
void SetVerb (StringView verb)
 
void AddEnvironmentVariable (StringView key, StringView value)
 
 ProcessStartInfo (Process process)
 

Public Attributes

bool ErrorDialog
 

Properties

bool UseShellExecute [get, set]
 
bool RedirectStandardInput [get, set]
 
bool RedirectStandardOutput [get, set]
 
bool RedirectStandardError [get, set]
 
bool CreateNoWindow [get, set]