Developer code samples

Download code samples and demo applications for windows and other products which uses the .Net Runtime Library for Delphi.



Search Value

TClrAssembly

How to create Instance of .Net Objects

In order to interact with .Net Objects's methods, properties, Fields and events, you need to create an instance of the object. There are several ways to Create an Instance of a .Net Object in Delphi using the .Net Runtime Library for Delphi.

200 Downloads | Updated 07/04/2018 | Tags , , , , ,

How to load .Net Assemblies from Delphi

There are several ways to load an assembly into an application domain using the .Net Runtime Library for Delphi. The recommended way is to use the static Load method of the TClrAssembly class (Declared in CNClrLib.Host unit).

246 Downloads | Updated 07/04/2018 | Tags , , , , ,