C# Class net.sf.jni4net.inj.__IClrProxy

Inheritance: global::java.lang.Object, global::net.sf.jni4net.inj.IClrProxy
Mostra file Open project: Mazrick/jni4net Class Usage Examples

Public Methods

Method Description
getClrHandle ( ) : long
initProxy ( long par0 ) : void

Protected Methods

Method Description
__IClrProxy ( global env )

Private Methods

Method Description
@__Init ( global env, global clazz ) : global::System.Collections.Generic.List
CreateProxy ( JNIEnv env, JniLocalHandle obj ) : IClrProxy
GetObject ( JNIEnv env, JniHandle obj ) : object
InitJNI ( global env, java staticClass ) : void
getClrHandle ( JNIEnv env, JniHandle obj ) : long
getClrHandle0 ( global @__envi, global @__obj ) : long
initProxy1 ( global @__envi, global @__obj, long par0 ) : void

Method Details

__IClrProxy() protected method

protected __IClrProxy ( global env )
env global

getClrHandle() public method

public getClrHandle ( ) : long
return long

initProxy() public method

public initProxy ( long par0 ) : void
par0 long
return void