Skip to content

Version 1.0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@simplicbe simplicbe released this 04 Feb 21:20
· 41 commits to master since this release

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