C# Class IKVM.Runtime.JNI.Frame

Show file Open project: samskivert/ikvm-monotouch Class Usage Examples

Public Methods

Method Description
Enter ( ikvm callerID ) : IntPtr
GetFuncPtr ( ikvm callerID, string clazz, string name, string sig ) : IntPtr
Leave ( ) : void
MakeLocalRef ( object obj ) : IntPtr
UnwrapLocalRef ( IntPtr p ) : object

Private Methods

Method Description
Enter ( ClassLoaderWrapper loader ) : ClassLoaderWrapper
JniMangle ( string name ) : string
Leave ( ClassLoaderWrapper prev ) : void

Method Details

Enter() public method

public Enter ( ikvm callerID ) : IntPtr
callerID ikvm
return System.IntPtr

GetFuncPtr() public static method

public static GetFuncPtr ( ikvm callerID, string clazz, string name, string sig ) : IntPtr
callerID ikvm
clazz string
name string
sig string
return System.IntPtr

Leave() public method

public Leave ( ) : void
return void

MakeLocalRef() public method

public MakeLocalRef ( object obj ) : IntPtr
obj object
return System.IntPtr

UnwrapLocalRef() public method

public UnwrapLocalRef ( IntPtr p ) : object
p System.IntPtr
return object