BinaryType Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration BinaryType
Dim instance As BinaryType
public enum class BinaryType
No code example is currently available or this language may not be supported.
X86 |
0 |
A 32-bit Windows-based application
|
DOS |
1 |
An MS-DOS - based application
|
WOW |
2 |
A 16-bit Windows-based application
|
PIF |
3 |
A PIF file that executes an MS-DOS - based application
|
POSIX |
4 |
A POSIX-based application
|
OS2 |
5 |
A 16-bit OS/2-based application
|
X64 |
6 |
A 64-bit Windows-based application.
|