C# Class AsmResolver.Net.TypeSystem

Exibir arquivo Open project: JerreS/AsmResolver

Public Methods

Method Description
GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
GetMscorlibType ( ITypeDescriptor type ) : MsCorLibTypeSignature
GetMscorlibType ( string name ) : MsCorLibTypeSignature
TypeSystem ( MetadataHeader header, bool isMsCorLib ) : System

Private Methods

Method Description
CreateSignature ( ElementType type, string name, bool isValueType ) : MsCorLibTypeSignature

Method Details

GetMscorlibType() public method

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

GetMscorlibType() public method

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

GetMscorlibType() public method

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

TypeSystem() public method

public TypeSystem ( MetadataHeader header, bool isMsCorLib ) : System
header MetadataHeader
isMsCorLib bool
return System