Skip to content

Releases: simplic/simplic-dlr

Version 1.2.0.0

09 Feb 15:34
Compare
Choose a tag to compare

Simplic.Dlr v1.2.0.0

  • Fixes a few major bugs in the generic importer
  • Automatic resolving of requried DLLs

Version 1.0.1.0

04 Feb 21:20
Compare
Choose a tag to compare
Version 1.0.1.0 Pre-release
Pre-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