System.CodeDom.Compiler.CompilerParameters Class
Information   Base Types   Related Resources

Represents the parameters used to invoke the compiler.

  • Namespace: System.CodeDom.Compiler
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (9)Discussions (44)MembersRotorChanges
    Articles

    Page: 1
    C# Compiler
    The Code Project
    CSCompiler is a simple application for compiling single file C# source code. It was written in C#. Of course i didn't wrote a whole C# compiler. Instead I've used interfaces provided by .NET platform.
    C# Compiler
    The Code Project
    A demonstration of how to compile code programatically.
    Compiling with CodeDom
    The Code Project
    This article explains how to compile code written in VB.Net or C# using the CodeDom
    Dot Net Script
    The Code Project
    Write and execute C# or VB.Net as if they were scripting languages
    Generating code from code
    The Code Project
    This article describes how to programmatically generate and run .NET code.
    Genetic Algorithms: Survival of the Fittest: Natural Selection with Windows Forms
    MSDN
    Breed better programs
    HOW TO: Create An Assembly at Runtime and Call Methods
    Microsoft Support
    (821778) - This step-by-step article describes how to generate and compile Microsoft Visual C# code at runtime and how to call the methods from the newly created assembly. Microsoft .NET Framework provides a very useful namespace that is named CodeDOM (from code...
    JIT Coding
    C# Corner
    One not so well known feature of .NET platform is possibility to invoke compiler and practically create code and assembly from running instance of application. It is possible to do that in two ways. First one is a bit simpler and involves namespaces System.CodeDom and System.CodeDom.Compiler, second one is more efficient and utilizes namespace System.Reflection.Emit.
    Runtime C# Expression Evaluator
    The Code Project
    This is a simple class library (or just .cs file if you wish) to allow for runtime compilation and evaluation of C# code blocks. There are both static methods of the Evaluator class that allow for simple use (but at a performance penalty) or you can use the object directly to create multiple evaluations.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com