Click here to Skip to main content
Click here to Skip to main content
Articles » Languages » C# » Reflection » Downloads
 

Dynamic Assemblies using Reflection.Emit. Part II of II - Reflection.Emit

By , 6 May 2007
 
DynamicCodeGeneration_src.zip
DynamicCodeGeneration_src
Base
Base
bin
Debug
Properties
CodeGenerator
bin
Debug
Derived.dll
DerivedAssembly.dll
DynamicCodeGeneration.CodeGenerator.vshost.exe
Properties
Settings.settings
CustomAttributes
DynamicCodeGeneration.CustomAttributes
bin
Debug
Properties
using System;
using System.Collections.Generic;
using System.Text;

namespace DynamicCodeGeneration.CustomAttributes
{
    public enum ComplexityLevel { Simple, Complex, SuperComplex };
    public enum GenerationMode { IL, CodeDOM };
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Piyush S Bhatnagar
Web Developer
United States United States
Member
I work with Proteans Software Solutions. Interests include software architecture, design patterns, agile, scrum development, automated acceptance testing, books, music, travel, movies...

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 6 May 2007
Article Copyright 2007 by Piyush S Bhatnagar
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid