After the process is complete, FOUR Delphi unit pas files will have been generated for each assembly file imported. These units are:
-
Constant Unit: This Delphi unit contains the fullnames of the types in the .net core framework assemblies.
-
Interface Unit: This Delphi unit contains the types and members of the types in the .net core framework assemblies which is represented as
interfaces.
-
Class Unit: This Delphi unit contains the types and members of the types in the .net core framework assemblies represented as
classes. These classes implements the interfaces defined in the Interface Unit.
-
Enums Unit: This Delphi unit contains the enumeration types defined in the .net core framework assemblies.