.Net Runtime Library for Delphi 6.0.0.1 Review & Download

The .Net Runtime Library for Delphi can be used to:
- Hosts the .Net Common Language Runtime (CLR) in Delphi.
- Loads assemblies from .Net dll or executable file without registering the Library as COM in Delphi.
- Loads .Net assemblies from Global Assembly Cache (GAC) without prior registration of the assembly types as COM.
- Accesses .Net assembly types and members of the types which includes fields, properties, methods events etc.
- Creates an instance of a .Net object from the types of the loaded assemblies.
- Calls static and non-static members of the .Net types from the loaded assemblies. The members include fields, properties, methods and events.
- Handles and raises .Net exceptions and also get information about the type of the exception.
- Accesses, handles and invokes .net events and delegates from Delphi.
- Contains all the assemblies and types in the .Net Framework Class Libraries.
- Hosts .Net controls in Delphi Forms.
- Contains a utility which imports .net dll, executable or Web Service Definition Language (WSDL) and generates Delphi classes from the loaded assemblies.
- and many more.

There are 2 main libraries that constitutes the .Net Runtime Library for Delphi, these are:

1. Host Class Library:
This Library contains Delphi classes and interfaces for starting and hosting the .Net Common Language Runtime (CLR) which allows Delphi applications to load and access .net assemblies, create object instance of the types from the loaded assembly, invoke the members of the types etc. The CLR manages memory, thread execution, code execution and other system services.

2. Framework Class Library:
This Library is a Delphi interface representation of the .NET Framework class library which is a collection of reusable types that tightly integrate with the Delphi Host Class Library.

.Net Assembly/WSDL Importer:
A tool which is part of the .Net Runtime Library for Delphi used for importing .net DLL/WSDL into Delphi.



Publisher: Visit .Net Runtime Library for Delphi 6.0.0.1 Website

Download: Download .Net Runtime Library for Delphi 6.0.0.1 Now

Category: Programming Software > Delphi Tools Software

Size: 55.22MB

OS: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows

Downloads: 126327

License: Commercial

.Net Runtime Library for Delphi Screenshot

More Software Like .Net Runtime Library for Delphi 6.0.0.1

FastScript

Unique feature of FastScript is ability to use several languages (PascalScript, C++Script, JScript and BasicScript). FastScript doesn't use MS Scripting Host, so it can be used in Windows and Linux.

SecureBlackbox VCL

SecureBlackbox is a comprehensive component collection that adds SFTP, FTPS, SSH, PGP, PDF, XML, SSL/TLS, HTTPS, PKI, ZIP, EDI, Cloud, SAML security support to your application. This is VCL edition (for Delphi, C++Builder, FreePascal).

EntityDAC Express

EntityDAC Express is a free Delphi ORM with LINQ support. It provides a framework that allows performing object-relational mapping of database objects to Delphi classes with support for encapsulation, inheritance, polymorphism and other OOP features