Method | Description | |
---|---|---|
GetType ( string fullName, Assembly context = null ) : |
||
MapType ( System type, bool demand ) : |
Translate a System.Type into the universe's type representation
|
|
TypeMapper ( ) : System | ||
TypeMapper ( IKVM.Reflection.Universe universe ) : System |
public GetType ( string fullName, Assembly context = null ) : |
||
fullName | string | |
context | Assembly | |
return |
public MapType ( System type, bool demand ) : |
||
type | System | |
demand | bool | |
return |
public TypeMapper ( IKVM.Reflection.Universe universe ) : System | ||
universe | IKVM.Reflection.Universe | |
return | System |