SignatureDecoder<TType,TGenericContext> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |