Executor Class
.NET Framework 2.0
Provides command execution functions for invoking compilers. This class cannot be inherited.
Namespace: System.CodeDom.Compiler
Assembly: System (in system.dll)
Assembly: System (in system.dll)
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 and an inheritance demand at the class level that applies to all members. A SecurityException is thrown when either the immediate caller or the derived class does not have full-trust permission. For details about security demands, see Link Demands and Inheritance Demands. |
- SecurityAction.LinkDemand for full trust for the immediate caller. This class cannot be used by partially trusted code.
- SecurityAction.InheritanceDemand for full trust for inheritors. This class cannot be inherited by partially trusted code.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: