SignatureDecoder<TType,TGenericContext>.DecodeMethodSignature 方法

定義

將方法 (定義、參考或獨立) 或屬性簽章 Blob 解碼。

public:
 System::Reflection::Metadata::MethodSignature<TType> DecodeMethodSignature(System::Reflection::Metadata::BlobReader % blobReader);
public System.Reflection.Metadata.MethodSignature<TType> DecodeMethodSignature (ref System.Reflection.Metadata.BlobReader blobReader);
member this.DecodeMethodSignature : BlobReader -> System.Reflection.Metadata.MethodSignature<'ype>
Public Function DecodeMethodSignature (ByRef blobReader As BlobReader) As MethodSignature(Of TType)

參數

blobReader
BlobReader

定位在方法簽章的 Blob 讀取器。

傳回

已解碼的方法簽章。

例外狀況

方法簽章無效。

適用於