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

显示文件 Open project: Mazrick/jni4net Class Usage Examples

Public Methods

Method Description
DangerousGetHandle ( ) : JniHandle
IsInvalid ( ) : bool
IsNull ( JniHandle handle ) : bool
ToInt64 ( ) : long

Method Details

DangerousGetHandle() public method

public DangerousGetHandle ( ) : JniHandle
return JniHandle

IsInvalid() public method

public IsInvalid ( ) : bool
return bool

IsNull() public static method

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

ToInt64() public method

public ToInt64 ( ) : long
return long