SignatureDecoder<TType,TGenericContext> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解码签名 blob。
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)
类型参数
- TType
- TGenericContext
- 继承
注解
有关详细信息,请参阅元数据规范第 II.23.2 部分:Blob 和签名。
构造函数
| 名称 | 说明 |
|---|---|
| SignatureDecoder<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, MetadataReader, TGenericContext) |
方法
| 名称 | 说明 |
|---|---|
| DecodeFieldSignature(BlobReader) |
对字段签名 Blob 进行解码,并将读取器前进到签名之前。 |
| DecodeLocalSignature(BlobReader) |
解码本地变量签名 Blob,并将读取器前进到签名之前。 |
| DecodeMethodSignature(BlobReader) |
解码方法(定义、引用或独立)或属性签名 blob。 |
| DecodeMethodSpecificationSignature(BlobReader) |
解码方法规范签名 blob,并将读取器提升到签名之前。 |
| DecodeType(BlobReader, Boolean) |
解码嵌入在签名中的类型,并将读取器前进到该类型之前。 |