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
BlobReaderContextThe blob reading context the type is situated in.
address
nintThe 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
BlobReaderContextThe blob reading context the type is situated in.
token
MetadataTokenThe token to resolve.
Returns
- ITypeDefOrRef
The type.