Enum FileType
- Namespace
- AsmResolver.PE.Win32Resources.Version
- Assembly
- AsmResolver.PE.Win32Resources.dll
Provides members describing the general type of file.
public enum FileType
Fields
App = 1Indicates the file contains an application.
Dll = 2Indicates the file contains a DLL.
Driver = 3Indicates the file contains a device driver.
Font = 4Indicates the file contains a font.
StaticLibrary = 7Indicates the file contains a static-link library.
Unknown = 0Indicates the file type is unknown to the system.
VirtualDevice = 5Indicates the file contains a virtual device.