C# Class TriAxis.RunSharp.TypeMapper

Inheritance: ITypeMapper
Exibir arquivo Open project: AqlaSolutions/runsharp Class Usage Examples

Public Methods

Method Description
GetType ( string fullName, Assembly context = null ) : Type
MapType ( System type, bool demand ) : Type

Translate a System.Type into the universe's type representation

TypeMapper ( ) : System
TypeMapper ( IKVM.Reflection.Universe universe ) : System

Method Details

GetType() public method

public GetType ( string fullName, Assembly context = null ) : Type
fullName string
context Assembly
return IKVM.Reflection.Type

MapType() public method

Translate a System.Type into the universe's type representation
public MapType ( System type, bool demand ) : Type
type System
demand bool
return IKVM.Reflection.Type

TypeMapper() public method

public TypeMapper ( ) : System
return System

TypeMapper() public method

public TypeMapper ( IKVM.Reflection.Universe universe ) : System
universe IKVM.Reflection.Universe
return System