Enum ExecutableTypes
Executable types.
Namespace: DNVGL.One.Compute.Core.ApplicationInfo
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public enum ExecutableTypes : int
Fields
| Name | Description |
|---|---|
| Application | The executable is a generic application executable (.exe). |
| OneComputeApplication | The application is a OneCompute application (worker host executable (.exe)). |
| Unknown | The application type is not specified. |