C# 클래스 AsmResolver.Net.Signatures.TypeSpecificationSignature

상속: TypeSignature
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
GetElementType ( ) : ITypeDescriptor
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

보호된 메소드들

메소드 설명
TypeSpecificationSignature ( ) : System
TypeSpecificationSignature ( TypeSignature baseType ) : System

메소드 상세

GetElementType() 공개 메소드

public GetElementType ( ) : ITypeDescriptor
리턴 ITypeDescriptor

GetPhysicalLength() 공개 메소드

public GetPhysicalLength ( ) : uint
리턴 uint

TypeSpecificationSignature() 보호된 메소드

protected TypeSpecificationSignature ( ) : System
리턴 System

TypeSpecificationSignature() 보호된 메소드

protected TypeSpecificationSignature ( TypeSignature baseType ) : System
baseType TypeSignature
리턴 System

Write() 공개 메소드

public Write ( WritingContext context ) : void
context WritingContext
리턴 void