Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SignatureDecoder<TType,TGenericContext> Struct
Definition
- Namespace:
- System.Reflection.Metadata.Ecma335
- Assembly:
- System.Reflection.Metadata.dll
- Package:
- System.Reflection.Metadata v11.0.0-preview.5.26302.115
- Source:
- SignatureDecoder.cs
- Source:
- SignatureDecoder.cs
- Source:
- SignatureDecoder.cs
- Source:
- SignatureDecoder.cs
- Source:
- SignatureDecoder.cs
- Source:
- SignatureDecoder.cs
- Source:
- SignatureDecoder.cs
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
| Name | Description |
|---|---|
| SignatureDecoder<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, MetadataReader, TGenericContext) |
Creates a new SignatureDecoder<TType,TGenericContext>. |
Methods
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
