Table of Contents

Enum ResolutionStatus

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Provides members describing all possible results of a resolution of an assembly or member.

public enum ResolutionStatus

Fields

AssemblyBadImage = 5

Indicates the declaring assembly of the reference to be resolved contained invalid metadata.

AssemblyNotFound = 4

Indicates the requested assembly of the reference to be resolved could not be found.

CircularResolutionScope = 3

Indicates the reference to be resolved defines a circular resolution scope.

InvalidReference = 1

Indicates the reference to be resolved is invalid or incomplete.

MemberNotFound = 8

Indicates the requested field or method could not be found in the resolved declaring type.

MissingRuntimeContext = 2

Indicates the reference could not be resolved because no runtime context was provided.

ModuleNotFound = 6

Indicates the module of the reference to be resolved could not be found.

Success = 0

Indicates the resolution was successful.

TypeNotFound = 7

Indicates the requested type could not be found in the resolved declaring assembly.