SignatureDecoder<TType,TGenericContext> 구조체

정의

시그니처 blob을 디코딩합니다.

generic <typename TType, typename TGenericContext>
public value class SignatureDecoder
public readonly struct SignatureDecoder<TType,TGenericContext>
public struct SignatureDecoder<TType,TGenericContext>
type SignatureDecoder<'ype, 'GenericContext> = struct
Public Structure SignatureDecoder(Of TType, TGenericContext)

형식 매개 변수

TType
TGenericContext
상속
SignatureDecoder<TType,TGenericContext>

설명

자세한 내용은 메타데이터 사양 섹션 II.23.2: Blob 및 서명을 참조하세요.

생성자

SignatureDecoder<TType,TGenericContext>(ISignatureTypeProvider<TType,TGenericContext>, MetadataReader, TGenericContext)

SignatureDecoder<TType,TGenericContext>를 만듭니다.

메서드

DecodeFieldSignature(BlobReader)

필드 시그니처 blob을 디코딩하고 시그니처를 지나 판독기를 앞으로 이동합니다.

DecodeLocalSignature(BlobReader)

지역 변수 시그니처 blob을 디코딩하고 시그니처를 지나 판독기를 앞으로 이동합니다.

DecodeMethodSignature(BlobReader)

메서드(정의, 참조 또는 독립 실행형) 또는 속성 시그니처 blob을 디코딩합니다.

DecodeMethodSpecificationSignature(BlobReader)

메서드 사양 시그니처 blob을 디코딩하고 시그니처를 지나 판독기를 앞으로 이동합니다.

DecodeType(BlobReader, Boolean)

시그니처에 포함된 형식을 디코딩하고 형식을 지나 판독기를 앞으로 이동합니다.

적용 대상