Enum FileOS
- Namespace
- AsmResolver.PE.Win32Resources.Version
- Assembly
- AsmResolver.PE.Win32Resources.dll
Provides members describing the operating system for which the file is designed.
[Flags]
public enum FileOS
Fields
Dos = 65536Indicates the file was designed for MS-DOS.
NT = 262144Indicates the file was designed for Windows NT.
OS216 = 131072Indicates the file was designed for 16-bit OS/2.
OS232 = Dos | OS216Indicates the file was designed for 16-bit OS/2.
PresentationManager16 = 2Indicates the file was designed for 16-bit Presentation Manager.
PresentationManager32 = Windows16 | PresentationManager16Indicates the file was designed for 32-bit Presentation Manager.
Unknown = 0Indicates the operating system for which the file was designed is unknown to the system.
Windows16 = 1Indicates the file was designed for 16-bit Windows.
Windows32 = 4Indicates the file was designed for 32-bit Windows.