What's new in .NET Runtime Library for Delphi 6.0.7.5

Apr 3, 2023
  • Fixed method not found exception thrown when calling 2 methods of the same name with one as a generic method.
  • Stability and performance improvements.
  • .Net DLL/WSDL Import Utility:
  • Generates fields or properties which returns C# Action<> or Func<> delegates.
  • Fixed Select All button functionality on the ".Net Types" page.
  • Change default value of ExcludeInheritedTypeMethods property on "Choose .Net Assemblies" page from false to true.
  • Fixed duplicate enum names generated for different enum types.
  • Generates generic types with only type names as identifiers.
  • Optimised Delphi codes generated by the utility.

New in .NET Runtime Library for Delphi 6.0.0.1 (Sep 11, 2017)

  • Fixed bug with creating an instance of the TClrObjectArray or TClrArray Class.
  • Fixed bugs in .Net Assembly/WSDL Import Tools to generate Delphi codes from .Net assemblies/WSDL without compiler errors.
  • Changed return type of the methods for loading .net assemblies in TClrAssembly and TClrAppDomain Classes from TClrAssembly to _Assembly interface in order to prevent possible memory leaks if the user forgets to free the loaded .net assemblies.
  • Fixed "Constructor on type 'CNClrLibrary.Security.Cryptography.Cryptostream' not found" error.