Table of Contents

Enum DotNetDirectoryFlags

Namespace
AsmResolver.PE.DotNet
Assembly
AsmResolver.PE.dll

Provides all possible values for the .NET data directory flags.

[Flags]
public enum DotNetDirectoryFlags
Extension Methods

Fields

Bit32Preferred = 131072

Indicates the application will run in an 32-bit environment if it is possible.

Bit32Required = 2

Indicates the .NET image requires a 32-bit architecture to run on.

ILLibrary = 4

Indicates the .NET image is a .NET library.

ILOnly = 1

Indicates the .NET image only contains methods implemented using the CIL instruction set.

NativeEntryPoint = 16

Indicates the entry point defined in EntryPoint is a relative virtual address to a native function.

StrongNameSigned = 8

Indicates the .NET image is signed with a strong name.

TrackDebugData = 65536

Indicates the debug data is tracked.