SignatureDecoder<TType,TGenericContext>.DecodeMethodSignature 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將方法 (定義、參考或獨立) 或屬性簽章 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 讀取器。
傳回
已解碼的方法簽章。
例外狀況
方法簽章無效。