C# Class net.sf.jni4net.utils.JniGlobalHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Show file Open project: Mazrick/jni4net Class Usage Examples

Public Methods

Method Description
DangerousGetHandle ( ) : JniHandle
IsNull ( JniGlobalHandle handle ) : bool

Private Methods

Method Description
HoldThisHandle ( ) : void
JniGlobalHandle ( ) : System
JniGlobalHandle ( IntPtr handleValue, JavaVM javaVM ) : System
JniGlobalHandle ( JniGlobalHandleNs handleValue, JavaVM javaVM ) : System
ReleaseHandle ( ) : bool

Method Details

DangerousGetHandle() public method

public DangerousGetHandle ( ) : JniHandle
return JniHandle

IsNull() public static method

public static IsNull ( JniGlobalHandle handle ) : bool
handle JniGlobalHandle
return bool