SignatureDecoder<TType,TGenericContext>.DecodeMethodSignature Methode

Definition

Decodiert eine Methode (Definition, Verweis oder eigenständig) oder ein Eigenschaftensignatur-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)

Parameter

blobReader
BlobReader

Ein BLOB-Reader, der an einer Methodensignatur positioniert ist.

Gibt zurück

Die decodierte Methodensignatur.

Ausnahmen

Die Methodensignatur ist ungültig.

Gilt für: