C# Class Mono.Embedding.ThunkTool.TypeManager

Show file Open project: robert-j/Mono.Embedding

Public Properties

Property Type Description
AttributeType IKVM.Reflection.Type
FieldInfoType IKVM.Reflection.Type
VoidType IKVM.Reflection.Type
mscorlib IKVM.Reflection.Assembly
universe IKVM.Reflection.Universe

Public Methods

Method Description
Init ( string baseCorlibDir ) : void

Method Details

Init() public static method

public static Init ( string baseCorlibDir ) : void
baseCorlibDir string
return void

Property Details

AttributeType public static property

public static Type,IKVM.Reflection AttributeType
return IKVM.Reflection.Type

FieldInfoType public static property

public static Type,IKVM.Reflection FieldInfoType
return IKVM.Reflection.Type

VoidType public static property

public static Type,IKVM.Reflection VoidType
return IKVM.Reflection.Type

mscorlib public static property

public static Assembly,IKVM.Reflection mscorlib
return IKVM.Reflection.Assembly

universe public static property

public static Universe,IKVM.Reflection universe
return IKVM.Reflection.Universe