Share via


SignatureDecoder<TType,TGenericContext>.DecodeMethodSignature Yöntem

Tanım

Bir yöntemin (tanım, başvuru veya tek başına) veya özellik imzası blobu kodunu çözer.

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)

Parametreler

blobReader
BlobReader

Yöntem imzası konumuna yerleştirilmiş bir blob okuyucu.

Döndürülenler

Kodu çözülen yöntem imzası.

Özel durumlar

Yöntem imzası geçersiz.

Şunlara uygulanır