| JuggerNET Runtime Library v3.6.54.0
    3.6.54.0
    | 
The framework type wrapping around a Java field. More...
| Public Member Functions | |
| JavaField (JavaClass declarator, Type type, string name, string sig, bool bStatic, bool bFinal) | |
| bool | get_instboolValue (long inst) | 
| void | set_instboolValue (long inst, bool val) | 
| byte | get_instbyteValue (long inst) | 
| void | set_instbyteValue (long inst, byte val) | 
| char | get_instcharValue (long inst) | 
| void | set_instcharValue (long inst, char val) | 
| double | get_instdoubleValue (long inst) | 
| void | set_instdoubleValue (long inst, double val) | 
| float | get_instfloatValue (long inst) | 
| void | set_instfloatValue (long inst, float val) | 
| int | get_instintValue (long inst) | 
| void | set_instintValue (long inst, int val) | 
| long | get_instlongValue (long inst) | 
| void | set_instlongValue (long inst, long val) | 
| short | get_instshortValue (long inst) | 
| void | set_instshortValue (long inst, short val) | 
| object | get_instobjectValue (long inst) | 
| void | set_instobjectValue (long inst, object val) | 
| bool | Get_bool () | 
| void | Set_bool (bool val) | 
| bool | Get_bool (JavaProxy owner) | 
| void | Set_bool (JavaProxy owner, bool val) | 
| byte | Get_byte () | 
| void | Set_byte (byte val) | 
| byte | Get_byte (JavaProxy owner) | 
| void | Set_byte (JavaProxy owner, byte val) | 
| char | Get_char () | 
| void | Set_char (char val) | 
| char | Get_char (JavaProxy owner) | 
| void | Set_char (JavaProxy owner, char val) | 
| double | Get_double () | 
| void | Set_double (double val) | 
| double | Get_double (JavaProxy owner) | 
| void | Set_double (JavaProxy owner, double val) | 
| float | Get_float () | 
| void | Set_float (float val) | 
| float | Get_float (JavaProxy owner) | 
| void | Set_float (JavaProxy owner, float val) | 
| int | Get_int () | 
| void | Set_int (int val) | 
| int | Get_int (JavaProxy owner) | 
| void | Set_int (JavaProxy owner, int val) | 
| long | Get_long () | 
| void | Set_long (long val) | 
| long | Get_long (JavaProxy owner) | 
| void | Set_long (JavaProxy owner, long val) | 
| short | Get_short () | 
| void | Set_short (short val) | 
| short | Get_short (JavaProxy owner) | 
| void | Set_short (JavaProxy owner, short val) | 
| object | Get_object () | 
| object | Get_object (JavaProxy owner) | 
| void | Set_object (object val) | 
| void | Set_object (JavaProxy owner, object val) | 
The framework type wrapping around a Java field.
<exclude>