Releases: simplic/simplic-dlr
Releases · simplic/simplic-dlr
Version 1.2.0.0
Version 1.0.1.0
Simplic.Dlr v1.0.1.0
Frist official version of the simplic-dlr. For more information take a look at.
Supports:
- Very easy usage of the Microsoft Dlr and IronPython without loosing flexibility:
DlrHost
- Integrated Dlr-Class to interact between C# and Python class:
DlrClass
- Easily write wrappers of IronPython classes to use them as a .Net class
- Access dlr variables easily over the integrated
DlrScriptScope
- Easily write your own script import resolver, to load scripts and even package from the database or any other source:
IDlrImportResolver
- Precompile code for easy and faster usage
- Cache scripts/statements for faster execution
- Simple using/importing all dlls which are loaded into the current
AppDomain