TExecutableType
Overview
The TExecutableType enum specifies the type of a plugin module. You can get an executable type by calling GetExecutableType method that is defined in the uHYCLRHelpers.pas.
Location
- Unit: Hydra.Managed.Helpers.pas
| Value | Description |
|---|---|
| etCLR | .NET Assembly |
| etCLR64 | .NET Assembly x64 |
| etCOM | |
| etError | Module is not supported |
| etFMX | FireMonkey module |
| etJava | |
| etWin32 | Delphi plugin module |
| etWin64 | Delphi plugin module x64 |
| etXAP | Silverlight plugin module |