This documentation is archived and is not being maintained.
ExecutableType Enumeration
Visual Studio 2010
Enumeration to express the type of executable being wrapped by Tracker.exe
Assembly: Microsoft.Build.Utilities.v4.0 (in Microsoft.Build.Utilities.v4.0.dll)
| Member name | Description | |
|---|---|---|
| Native32Bit | 32-bit native executable | |
| Native64Bit | 64-bit native executable | |
| ManagedIL | A managed executable without a specified bitness | |
| Managed32Bit | A managed executable specifically marked as 32-bit | |
| Managed64Bit | A managed executable specifically marked as 64-bit | |
| SameAsCurrentProcess | Use the same bitness as the currently running executable. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: