C# 클래스 AsmResolver.Net.TypeSystem

파일 보기 프로젝트 열기: JerreS/AsmResolver

공개 메소드들

메소드 설명
GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
GetMscorlibType ( ITypeDescriptor type ) : MsCorLibTypeSignature
GetMscorlibType ( string name ) : MsCorLibTypeSignature
TypeSystem ( MetadataHeader header, bool isMsCorLib ) : System

비공개 메소드들

메소드 설명
CreateSignature ( ElementType type, string name, bool isValueType ) : MsCorLibTypeSignature

메소드 상세

GetMscorlibType() 공개 메소드

public GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
elementType ElementType
리턴 AsmResolver.Net.Signatures.MsCorLibTypeSignature

GetMscorlibType() 공개 메소드

public GetMscorlibType ( ITypeDescriptor type ) : MsCorLibTypeSignature
type ITypeDescriptor
리턴 AsmResolver.Net.Signatures.MsCorLibTypeSignature

GetMscorlibType() 공개 메소드

public GetMscorlibType ( string name ) : MsCorLibTypeSignature
name string
리턴 AsmResolver.Net.Signatures.MsCorLibTypeSignature

TypeSystem() 공개 메소드

public TypeSystem ( MetadataHeader header, bool isMsCorLib ) : System
header MetadataHeader
isMsCorLib bool
리턴 System