Table of Contents

Interface ITypeSignatureResolver

Namespace
AsmResolver.DotNet.Signatures
Assembly
AsmResolver.DotNet.dll

Provides members for resolving raw metadata tokens and addresses to types.

public interface ITypeSignatureResolver

Methods

ResolveRuntimeType(ref BlobReaderContext, nint)

Resolves an address to a runtime method table to a type signature.

TypeSignature ResolveRuntimeType(ref BlobReaderContext context, nint address)

Parameters

context BlobReaderContext

The blob reading context the type is situated in.

address nint

The address to resolve.

Returns

TypeSignature

The type.

ResolveToken(ref BlobReaderContext, MetadataToken)

Resolves a metadata token to a type.

ITypeDefOrRef ResolveToken(ref BlobReaderContext context, MetadataToken token)

Parameters

context BlobReaderContext

The blob reading context the type is situated in.

token MetadataToken

The token to resolve.

Returns

ITypeDefOrRef

The type.