Show / Hide Table of Contents

Enum FileCharacteristicsType

File characteristics from the file header.

Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public enum FileCharacteristicsType : ushort

Fields

Name Description
AggresiveWsTrim

(OBSOLTETE) Aggressively trim the working set.

BitMachine32

Supports 32 Bit words.

BytesReversedHi

(OBSOLETE) Reserved.

BytesReversedLo

(OBSOLTETE) Bytes of word are reversed.

DebugStripped

Debug stripped and stored in a separate file.

Dll

Is a dynamic loaded library and executable but cannot be run on its own.

ExecutableImage

Executable image.

LargeAddressAware

Application can handle addresses larger than 2 GB.

LineNumsStripped

Line numbers stripped.

LocalSymsStripped

Local symbols stripped.

NetRunFromSwap

If the image is on the network, copy and run it from the swap file.

RelocsStripped

Relocation stripped.

RemovableRunFromSwap

If the image is on a removable media, copy and run it from the swap file.

System

The image is a system file.

UpSystemOnly

Image should be run only on uniprocessor.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX