.Net Core DLL Importer for Delphi 1.0.3.0
he .Net Core DLL Importer for Delphi also called .Net Assemblies Importer Utility for Delphi is used for importing .net core assemblies(dll) and which generates Delphi classes from the types of the imported core assemblies.
The Import .Net Assemblies Wizard is used for importing .net core assemblies and generating Delphi classes from the types of the imported assemblies.
Features:
- Import any .net core library files (dll or exe).
- Generate Delphi Codes from the imported core assemblies using the runtime library files.
Requirements
Changes: 1.0.3.0
- Fixed imported delegate types with duplcate names.
- Fixed imported methods with missing parameter names.
- Imports default values for method parameters.
- Creates default constructor for struct types.