Polymorph Framework

A high level code generation framework for generating MSIL directly
Download

Polymorph Framework Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Nick Darnell
  • Operating Systems:
  • Windows All
  • File Size:
  • 76 KB

Polymorph Framework Tags


Polymorph Framework Description

The Polymorph Framework was developed to be a high level code generation framework for generating MSIL directly. Nearly any project using .Net Reflection can benefit in some way by using the Polymorph Framework. The generation of MSIL directly permits developers to bypass language limitations. For example: The concept of private/public/protected are not strictly enforced by the CLR, they are only enforced by the compiler. So by generating MSIL directly you can create code that will read or write data to private members of a class. Imagine the possibilities of code writing code that is just as fast as code you could write at compile time with unlimited access, but at runtime. MSIL? Sounds difficult, but this library makes it simple. Here is an example of how to generate code for a method that will add two numbers provided and return the result.


Polymorph Framework Related Software