.Net Core Host (CoreCLR) Library
This Library contains Delphi classes and interfaces for starting and hosting the CORE Common Language Runtime which
is the .NET execution engine in .NET Core, performing functions such as garbage collection and compilation to machine code.
The .NET execution engine in .NET Core is loaded and started automatically by this library making it possible for any application
written in Delphi or Lazarus to access the types in the CoreFx(which shares a subset of .NET Framework APIs but comes with its own
APIs that are not part of the .NET Framework) or access all the types in any external .Net Core library without prior registrations
of the .net Library.