ExecutableType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration to express the type of executable being wrapped by Tracker.exe
public enum class ExecutableType
public enum ExecutableType
type ExecutableType =
Public Enum ExecutableType
- Inheritance
-
ExecutableType
Fields
Name | Value | Description |
---|---|---|
Native32Bit | 0 | 32-bit native executable |
Native64Bit | 1 | 64-bit native executable |
ManagedIL | 2 | A managed executable without a specified bitness |
Managed32Bit | 3 | A managed executable specifically marked as 32-bit |
Managed64Bit | 4 | A managed executable specifically marked as 64-bit |
SameAsCurrentProcess | 5 | Use the same bitness as the currently running executable. |
NativeARM64 | 6 | 64-bit native ARM64 executable. |
ManagedARM64 | 7 | 64-bit managed ARM64 executable. |