|
JuggerNET Runtime Library v3.6.54.0
3.6.54.0
|
<exclude> More...
Static Public Member Functions | |
| static jvalue | From (System.IntPtr p) |
| static jvalue | From (System.IntPtr p, int i) |
| static jvalue | CreateCBRetVal (object o) |
| static jvalue | CreateCBRetVal (object o, Type type) |
| static jvalue | Create (Codemesh.JuggerNET.JavaProxyHelper h, object o) |
| static jvalue | Create (Codemesh.JuggerNET.JavaProxyHelper h, string str) |
| static jvalue | Create (Codemesh.JuggerNET.JavaProxyHelper h, Type ifc, object o) |
| static jvalue | Create (bool z) |
| static jvalue | Create (byte b) |
| static jvalue | Create (char c) |
| static jvalue | Create (double d) |
| static jvalue | Create (float f) |
| static jvalue | Create (int i) |
| static jvalue | Create (long j) |
| static jvalue | Create (short s) |
Public Attributes | |
| long | l |
| bool | z |
| byte | b |
| char | c |
| double | d |
| float | f |
| int | i |
| long | j |
| short | s |
<exclude>