Dynamically Compiling C# from IronPython
With IronPython it is possible to dynamically compile C# to in-memory assemblies and access them from the running application.
This can be used to access attributes, not normally available to IronPython - as well as many other tasks.
Dynamically Compile C# from IronPython
This can be used to access attributes, not normally available to IronPython - as well as many other tasks.
Dynamically Compile C# from IronPython
Comments
Post a Comment