Table of Contents

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 = 65536

Indicates the file was designed for MS-DOS.

NT = 262144

Indicates the file was designed for Windows NT.

OS216 = 131072

Indicates the file was designed for 16-bit OS/2.

OS232 = Dos | OS216

Indicates the file was designed for 16-bit OS/2.

PresentationManager16 = 2

Indicates the file was designed for 16-bit Presentation Manager.

PresentationManager32 = Windows16 | PresentationManager16

Indicates the file was designed for 32-bit Presentation Manager.

Unknown = 0

Indicates the operating system for which the file was designed is unknown to the system.

Windows16 = 1

Indicates the file was designed for 16-bit Windows.

Windows32 = 4

Indicates the file was designed for 32-bit Windows.