CodeCompiler Class
.NET Framework 2.0
Provides an example implementation of the ICodeCompiler interface.
Namespace: System.CodeDom.Compiler
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration Public MustInherit Class CodeCompiler Inherits CodeGenerator Implements ICodeCompiler 'Usage Dim instance As CodeCompiler
public abstract class CodeCompiler extends CodeGenerator implements ICodeCompiler
public abstract class CodeCompiler extends CodeGenerator implements ICodeCompiler
Not applicable.
CodeCompiler is a useful utility base class for code generators to derive from in order to provide code compilation functions.
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. |
- SecurityPermission for calling members of CodeCompiler. Demand value: LinkDemand; Named Permission Sets: FullTrust.
- SecurityPermission for deriving from the CodeCompiler class. Demand value: InheritanceDemand; Named Permission Sets: FullTrust.
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: