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 판독기입니다.

반환

디코딩된 메서드 시그니처입니다.

예외

메서드 시그니처가 유효하지 않습니다.

적용 대상