WHAT IS .NET Compiler?
With the .NET Compiler module you may also bring together .NET source code (with C# or VB syntax) at runtime, create instance of compiled classes and Execute their purposes. you'll compile code from files or instantly from a string.How does .NET Compiler work?
- Assemble your supply code with or without explicit compiler parameters (optionally add references to Microsoft .NET or third celebration libraries like System.Web.dll or WinSCPnet.dll)
- Create an instance to a class (static or non-static doesn’t matter) from the assembly step 1 just created. For developing an instance you want the full namespace where the category is in (e.g. “MVCApplication.Core.Login”) and the real magnificence identify.
- Directly execute a method in that instance and pass parameters or get a delegate to that approach to call
Combine .NET Compiler to your undertaking
Just add the compiler venture on your resolution or upload the build as a reference. there is also an example undertaking in the answer that may be smartly documented for easy beginning.WHAT'S integrated
- complete source code
- example information
- example project
- heavy commented example and library (public methods)
Changelog
- 1.0 (2015-05-10)
- preliminary release
FULL DOWNLOAD
No comments:
Post a Comment