SignatureDecoder<TType,TGenericContext> Struct

Definition

Decodes signature blobs.

generic <typename TType, typename TGenericContext>
public value class SignatureDecoder
public readonly struct SignatureDecoder<TType,TGenericContext>
public struct SignatureDecoder<TType,TGenericContext>
type SignatureDecoder<'ype, 'GenericContext> = struct
Public Structure SignatureDecoder(Of TType, TGenericContext)

Type Parameters

TType
TGenericContext
Inheritance
SignatureDecoder<TType,TGenericContext>

Remarks

For more information, see the Metadata Specification section II.23.2: Blobs and signatures.

Constructors

SignatureDecoder<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, MetadataReader, TGenericContext)

Creates a new SignatureDecoder<TType,TGenericContext>.

Methods

DecodeFieldSignature(BlobReader)

Decodes a field signature blob and advances the reader past the signature.

DecodeLocalSignature(BlobReader)

Decodes a local variable signature blob and advances the reader past the signature.

DecodeMethodSignature(BlobReader)

Decodes a method (definition, reference, or standalone) or a property signature blob.

DecodeMethodSpecificationSignature(BlobReader)

Decodes a method specification signature blob and advances the reader past the signature.

DecodeType(BlobReader, Boolean)

Decodes a type embedded in a signature and advances the reader past the type.

Applies to