C# Class IKVM.NativeCode.gnu.java.net.protocol.ikvmres.Handler

Show file Open project: samskivert/ikvm-monotouch

Public Methods

Method Description
GetGenericClassLoaderById ( int id ) : object
LoadAssembly ( string name ) : Assembly
LoadClassFromAssembly ( Assembly asm, string className ) : object
ReadResourceFromAssemblyImpl ( Assembly asm, string resource ) : Stream

Method Details

GetGenericClassLoaderById() public static method

public static GetGenericClassLoaderById ( int id ) : object
id int
return object

LoadAssembly() public static method

public static LoadAssembly ( string name ) : Assembly
name string
return System.Reflection.Assembly

LoadClassFromAssembly() public static method

public static LoadClassFromAssembly ( Assembly asm, string className ) : object
asm System.Reflection.Assembly
className string
return object

ReadResourceFromAssemblyImpl() public static method

public static ReadResourceFromAssemblyImpl ( Assembly asm, string resource ) : Stream
asm System.Reflection.Assembly
resource string
return Stream