C# Класс IKVM.Internal.AssemblyClassLoader.AssemblyLoader

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Приватные методы

Метод Описание
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