C# Class IKVM.Internal.AssemblyClassLoader.AssemblyLoader

Datei anzeigen Open project: samskivert/ikvm-monotouch

Private Properties

Property Type Description
AssemblyLoader IKVM.Reflection
CreateWrapperForAssemblyType TypeWrapper
DoLoad TypeWrapper
FindResources java.util.Enumeration
GetJavaType IKVM.Reflection.Type
GetType IKVM.Reflection.Type
GetType IKVM.Reflection.Type
GetTypeNameAndType string
InternalsVisibleTo bool

Private Methods

Method Description
AssemblyLoader ( Assembly assembly ) : IKVM.Reflection
CreateWrapperForAssemblyType ( Type type ) : TypeWrapper
DoLoad ( string name ) : TypeWrapper
FindResources ( string name ) : java.util.Enumeration
GetJavaType ( Module mod, string name ) : Type
GetType ( Module mod, string name ) : Type
GetType ( string name ) : Type
GetTypeNameAndType ( Type type, bool &isJavaType ) : string
InternalsVisibleTo ( AssemblyName otherName ) : bool