JValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JValue(IJavaObject) | |
JValue(Boolean) | |
JValue(Char) | |
JValue(Double) | |
JValue(Int16) | |
JValue(Int32) | |
JValue(Int64) | |
JValue(IntPtr) | |
JValue(SByte) | |
JValue(Single) |
JValue(IJavaObject)
public JValue (Android.Runtime.IJavaObject value);
new Android.Runtime.JValue : Android.Runtime.IJavaObject -> Android.Runtime.JValue
Parameters
- value
- IJavaObject
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Boolean)
public JValue (bool value);
new Android.Runtime.JValue : bool -> Android.Runtime.JValue
Parameters
- value
- Boolean
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Char)
public JValue (char value);
new Android.Runtime.JValue : char -> Android.Runtime.JValue
Parameters
- value
- Char
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Double)
public JValue (double value);
new Android.Runtime.JValue : double -> Android.Runtime.JValue
Parameters
- value
- Double
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Int16)
public JValue (short value);
new Android.Runtime.JValue : int16 -> Android.Runtime.JValue
Parameters
- value
- Int16
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Int32)
public JValue (int value);
new Android.Runtime.JValue : int -> Android.Runtime.JValue
Parameters
- value
- Int32
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Int64)
public JValue (long value);
new Android.Runtime.JValue : int64 -> Android.Runtime.JValue
Parameters
- value
- Int64
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(IntPtr)
public JValue (IntPtr value);
new Android.Runtime.JValue : nativeint -> Android.Runtime.JValue
Parameters
- value
-
IntPtr
nativeint
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(SByte)
public JValue (sbyte value);
new Android.Runtime.JValue : sbyte -> Android.Runtime.JValue
Parameters
- value
- SByte
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
JValue(Single)
public JValue (float value);
new Android.Runtime.JValue : single -> Android.Runtime.JValue
Parameters
- value
- Single
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.