Table of Contents

Namespace AsmResolver.PE.DotNet

Classes

CustomManagedNativeHeader

Represents a managed native header of a .NET Portable Executable that is in an unsupported or unknown file format.

DotNetDirectory

Represents a data directory containing the CLR 2.0 header and data directories of a .NET binary.

DotNetDirectoryFlagsExtensions

Provides extension methods for DotNetDirectoryFlags.

SerializedDotNetDirectory

Provides an implementation of a .NET directory that was stored in a PE file.

Structs

DotNetEntryPoint

Represents a reference to an entry point in the .NET Data Directory. This is either a metadata token to a method or file defined in the .NET metadata tables, or a virtual address to native code located in a PE section.

Interfaces

IManagedNativeHeader

Represents a managed native header of a .NET module, containing Ahead-of-Time (AOT) compilation metadata.

Enums

DotNetDirectoryFlags

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

ManagedNativeHeaderSignature

Provides members defining all possible managed native header types.