public sealed class Executor
|
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
ExecWait | Executes the command using the specified temporary files and waits for the call to return. |
ExecWaitWithCapture | Overloaded:ExecWaitWithCapture(string cmd, TempFileCollection tempFiles, ref string outputName, ref string errorName) Executes the specified command using the specified temporary files and waits for the call to return, storing output and error information from the compiler in the specified strings. |
ExecWaitWithCapture | Overloaded:ExecWaitWithCapture(IntPtr userToken, string cmd, TempFileCollection tempFiles, ref string outputName, ref string errorName) Executes the specified command using the specified user token and temporary files, and waits for the call to return, storing output and error information from the compiler in the specified strings. |
ExecWaitWithCapture | Overloaded:ExecWaitWithCapture(string cmd, string currentDir, TempFileCollection tempFiles, ref string outputName, ref string errorName) Executes the specified command using the specified current directory and temporary files, and waits for the call to return, storing output and error information from the compiler in the specified strings. |
ExecWaitWithCapture | Overloaded:ExecWaitWithCapture(IntPtr userToken, string cmd, string currentDir, TempFileCollection tempFiles, ref string outputName, ref string errorName) Executes the specified command using the specified user token, current directory, and temporary files; then waits for the call to return, storing output and error information from the compiler in the specified strings. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public static void ExecWait( |
cmd
tempFiles
public static int ExecWaitWithCapture( |
cmd
tempFiles
outputName
errorName
public static int ExecWaitWithCapture( |
userToken
cmd
tempFiles
outputName
errorName
public static int ExecWaitWithCapture( |
cmd
currentDir
tempFiles
outputName
errorName
public static int ExecWaitWithCapture( |
userToken
cmd
currentDir
tempFiles
outputName
errorName
~Executor(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |