C# Class AsmResolver.Net.TypeSystem

Afficher le fichier Open project: JerreS/AsmResolver

Méthodes publiques

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

Private Methods

Méthode Description
CreateSignature ( ElementType type, string name, bool isValueType ) : MsCorLibTypeSignature

Method Details

GetMscorlibType() public méthode

public GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
elementType ElementType
Résultat AsmResolver.Net.Signatures.MsCorLibTypeSignature

GetMscorlibType() public méthode

public GetMscorlibType ( ITypeDescriptor type ) : MsCorLibTypeSignature
type ITypeDescriptor
Résultat AsmResolver.Net.Signatures.MsCorLibTypeSignature

GetMscorlibType() public méthode

public GetMscorlibType ( string name ) : MsCorLibTypeSignature
name string
Résultat AsmResolver.Net.Signatures.MsCorLibTypeSignature

TypeSystem() public méthode

public TypeSystem ( MetadataHeader header, bool isMsCorLib ) : System
header MetadataHeader
isMsCorLib bool
Résultat System