This documentation is archived and is not being maintained.
Executor Class
Visual Studio 2010
Provides command execution functions for invoking compilers. This class cannot be inherited.
Assembly: System (in System.dll)
The Executor type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | ExecWait | Executes the command using the specified temporary files and waits for the call to return. |
![]() ![]() | ExecWaitWithCapture(String, TempFileCollection, String%, String%) | 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(IntPtr, String, TempFileCollection, String%, String%) | 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(String, String, TempFileCollection, String%, String%) | 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(IntPtr, String, String, TempFileCollection, String%, String%) | 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. |
This class provides a collection of methods that can be used to invoke a compiler, typically from an ICodeCompiler implementation.
Note |
|---|
This class contains a link demand at the class level that applies to all members. A SecurityException is thrown when the immediate caller does not have full-trust permission. For more information, see Link Demands. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
