Enum MagicType
Constants for the Optional header magic property.
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public enum MagicType : ushort
Fields
| Name | Description |
|---|---|
| Bit32 | The file is an 32 bit executable. |
| Bit64 | The file is an 64 bit executable. |
| Rom | The file is a ROM image. |