SignatureDecoder<TType,TGenericContext> Estrutura
Definição
Decodifica blobs de assinatura.Decodes signature blobs.
generic <typename TType, typename TGenericContext>
public value class SignatureDecoder
public struct SignatureDecoder<TType,TGenericContext>
type SignatureDecoder<'ype, 'GenericContext> = struct
Public Structure SignatureDecoder(Of TType, TGenericContext)
Parâmetros de tipo
- TType
- TGenericContext
- Herança
Comentários
Para obter mais informações, consulte a seção de especificação de metadados II. 23.2: BLOBs e assinaturas.For more information, see the Metadata Specification section II.23.2: Blobs and signatures.
Construtores
Métodos
| DecodeFieldSignature(BlobReader) |
Decodifica um blob de assinatura de campo e avança o leitor após a assinatura.Decodes a field signature blob and advances the reader past the signature. |
| DecodeLocalSignature(BlobReader) |
Decodifica um blob de assinatura de variável local e avança o leitor após a assinatura.Decodes a local variable signature blob and advances the reader past the signature. |
| DecodeMethodSignature(BlobReader) |
Decodifica um método (definição, referência ou autônomo) ou um blob de assinatura de propriedade.Decodes a method (definition, reference, or standalone) or a property signature blob. |
| DecodeMethodSpecificationSignature(BlobReader) |
Decodifica um blob de assinatura de especificação de método e avança o leitor após a assinatura.Decodes a method specification signature blob and advances the reader past the signature. |
| DecodeType(BlobReader, Boolean) |
Decodifica um tipo inserido na assinatura e avança o leitor após o tipo.Decodes a type embedded in a signature and advances the reader past the type. |