Inner Space Releases

Inner Space version 1.08 Build 4290
Released: 2006-12-16
  • .NET 2.0 ( see www.lavishsoft.com/wiki/index.php/IS:.NET )
    • Assemblies are no longer required to be placed in the Global Assembly Cache to be loaded via the DotNet command. The main Inner Space folder and the .NET Programs subfolder are searched by default. Assemblies can be loaded by path relative to the Inner Space folder.
    • LavishScriptObject class now includes a GetLSReference function, which can be used to pass a LavishScript object to methods that require an object reference, such as lnavpathfinder:SelectPath or objectcontainer:GetIterator. ex (C#): ExecuteMethod("GetIterator",new string[] {MyIteratorObject.GetLSReference()})