Ler en inglés

Compartir por


ExecutableType Enum

Definition

Enumeration to express the type of executable being wrapped by Tracker.exe

C#
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.

Applies to

Produto Versións
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1