JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Codemesh.JuggerNET.JNIHandle Struct Reference

A value type used as an argument in framework constructors. We need to be able to create instances of proxy types from an existing JNI object reference. We could use an integer constructor, but then there might be a clash with a proxy constructor that takes integer arguments, so we use this type instead. More...

Collaboration diagram for Codemesh.JuggerNET.JNIHandle:
Collaboration graph
[legend]

Public Member Functions

 JNIHandle (long jobject)
 

Static Public Member Functions

static bool operator! (JNIHandle h)
 

Public Attributes

Int64 jobject
 

Static Public Attributes

static JNIHandle NULL = new JNIHandle( 0 )
 

Detailed Description

A value type used as an argument in framework constructors. We need to be able to create instances of proxy types from an existing JNI object reference. We could use an integer constructor, but then there might be a clash with a proxy constructor that takes integer arguments, so we use this type instead.


The documentation for this struct was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.