Table of Contents

Namespace AsmResolver.DotNet.Serialized

Classes

DefaultMethodBodyReader

Provides a default implementation of a IMethodBodyReader, which reads CIL method bodies using the CilRawMethodBody class.

DirectoryNetModuleResolver

Provides a basic implementation for a net module resolver, that searches for the net module in a directory.

ModuleReaderContext

Provides a context in which a .NET module parser exists in. This includes the original PE image, as well as the module reader parameters.

ModuleReaderParameters

Provides parameters for the reading process of a .NET module.

SerializedAssemblyDefinition

Represents a lazily initialized implementation of AssemblyDefinition that is read from a .NET metadata image.

SerializedAssemblyReference

Represents a lazily initialized implementation of AssemblyReference that is read from a .NET metadata image.

SerializedClassLayout

Represents a lazily initialized implementation of ClassLayout that is read from a .NET metadata image.

SerializedConstant

Represents a lazily initialized implementation of Constant that is read from a .NET metadata image.

SerializedCustomAttribute

Represents a lazily initialized implementation of CustomAttribute that is read from a .NET metadata image.

SerializedEventDefinition

Represents a lazily initialized implementation of EventDefinition that is read from a .NET metadata image.

SerializedExportedType

Represents a lazily initialized implementation of ExportedType that is read from a .NET metadata image.

SerializedFieldDefinition

Represents a lazily initialized implementation of FieldDefinition that is read from a .NET metadata image.

SerializedFileReference

Represents a lazily initialized implementation of FileReference that is read from a .NET metadata image.

SerializedGenericParameter

Represents a lazily initialized implementation of GenericParameter that is read from a .NET metadata image.

SerializedGenericParameterConstraint

Represents a lazily initialized implementation of GenericParameterConstraint that is read from a .NET metadata image.

SerializedImplementationMap

Represents a lazily initialized implementation of ImplementationMap that is read from a .NET metadata image.

SerializedInterfaceImplementation

Represents a lazily initialized implementation of InterfaceImplementation that is read from a .NET metadata image.

SerializedManifestResource

Represents a lazily initialized implementation of ManifestResource that is read from a .NET metadata image.

SerializedMemberReference

Represents a lazily initialized implementation of MemberReference that is read from a .NET metadata image.

SerializedMethodDefinition

Represents a lazily initialized implementation of MethodDefinition that is read from a .NET metadata image.

SerializedMethodSemantics

Represents a lazily initialized implementation of MethodSemantics that is read from a .NET metadata image.

SerializedMethodSpecification

Represents a lazily initialized implementation of MethodSpecification that is read from a .NET metadata image.

SerializedModuleDefinition

Represents a lazily initialized implementation of ModuleDefinition that is read from a .NET metadata image.

SerializedModuleReference

Represents a lazily initialized implementation of ModuleReference that is read from a .NET metadata image.

SerializedParameterDefinition

Represents a lazily initialized implementation of ParameterDefinition that is read from a .NET metadata image.

SerializedPropertyDefinition

Represents a lazily initialized implementation of PropertyDefinition that is read from a .NET metadata image.

SerializedSecurityDeclaration

Represents a lazily initialized implementation of SecurityDeclaration that is read from a .NET metadata image.

SerializedStandAloneSignature

Represents a lazily initialized implementation of StandAloneSignature that is read from a .NET metadata image.

SerializedTypeDefinition

Represents a lazily initialized implementation of TypeDefinition that is read from a .NET metadata image.

SerializedTypeReference

Represents a lazily initialized implementation of TypeReference that is read from a .NET metadata image.

SerializedTypeSpecification

Represents a lazily initialized implementation of TypeSpecification that is read from a .NET metadata image.

Interfaces

IMethodBodyReader

Provides members for reading a method body.

INetModuleResolver

Provides members for resolving a reference to a net module.