ExecutableType 枚举
定义
表示由 Tracker.exe 包装的可执行文件的类型的枚举。Enumeration to express the type of executable being wrapped by Tracker.exe.
public enum class ExecutableType
public enum ExecutableType
type ExecutableType =
Public Enum ExecutableType
- 继承
字段
Managed32Bit | 3 | 特别标记为 32 位的托管可执行文件。A managed executable specifically marked as 32-bit. |
Managed64Bit | 4 | 特别标记为 64 位的托管可执行文件。A managed executable specifically marked as 64-bit. |
ManagedIL | 2 | 未指定位数的托管可执行文件。A managed executable without a specified bitness. |
Native32Bit | 0 | 32 位本机可执行文件。32-bit native executable. |
Native64Bit | 1 | 64 位本机可执行文件。64-bit native executable. |
SameAsCurrentProcess | 5 | 使用与当前运行的可执行文件相同的位数。Use the same bitness as the currently running executable. |