C# Class Inazuma.Mono.Cecil.TypeSystem

Datei anzeigen Open project: mayuki/Inazuma

Private Methods

Method Description
CreateTypeSystem ( ModuleDefinition module ) : TypeSystem
LookupSystemType ( TypeReference &reference, string name, ElementType element_type ) : TypeReference
LookupSystemValueType ( TypeReference &typeRef, string name, ElementType element_type ) : TypeReference
LookupType ( string @namespace, string name ) : TypeReference
TypeSystem ( ModuleDefinition module ) : System