JniArgumentValue 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
JniArgumentValue(IJavaPeerable)
public JniArgumentValue(Java.Interop.IJavaPeerable? value);
	new Java.Interop.JniArgumentValue : Java.Interop.IJavaPeerable -> Java.Interop.JniArgumentValue
	Parameters
- value
 - IJavaPeerable
 
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
JniArgumentValue(UInt64)
public JniArgumentValue(ulong value);
	new Java.Interop.JniArgumentValue : uint64 -> Java.Interop.JniArgumentValue
	Parameters
- value
 - UInt64
 
Applies to
JniArgumentValue(UInt32)
public JniArgumentValue(uint value);
	new Java.Interop.JniArgumentValue : uint32 -> Java.Interop.JniArgumentValue
	Parameters
- value
 - UInt32
 
Applies to
JniArgumentValue(UInt16)
public JniArgumentValue(ushort value);
	new Java.Interop.JniArgumentValue : uint16 -> Java.Interop.JniArgumentValue
	Parameters
- value
 - UInt16
 
Applies to
JniArgumentValue(Single)
public JniArgumentValue(float value);
	new Java.Interop.JniArgumentValue : single -> Java.Interop.JniArgumentValue
	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.
Applies to
JniArgumentValue(IntPtr)
public JniArgumentValue(IntPtr value);
	new Java.Interop.JniArgumentValue : nativeint -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(Int64)
public JniArgumentValue(long value);
	new Java.Interop.JniArgumentValue : int64 -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(SByte)
public JniArgumentValue(sbyte value);
	new Java.Interop.JniArgumentValue : sbyte -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(Int16)
public JniArgumentValue(short value);
	new Java.Interop.JniArgumentValue : int16 -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(Double)
public JniArgumentValue(double value);
	new Java.Interop.JniArgumentValue : double -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(Char)
public JniArgumentValue(char value);
	new Java.Interop.JniArgumentValue : char -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(Byte)
public JniArgumentValue(byte value);
	new Java.Interop.JniArgumentValue : byte -> Java.Interop.JniArgumentValue
	Parameters
- value
 - Byte
 
Applies to
JniArgumentValue(Boolean)
public JniArgumentValue(bool value);
	new Java.Interop.JniArgumentValue : bool -> Java.Interop.JniArgumentValue
	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
JniArgumentValue(JniObjectReference)
public JniArgumentValue(Java.Interop.JniObjectReference value);
	new Java.Interop.JniArgumentValue : Java.Interop.JniObjectReference -> Java.Interop.JniArgumentValue
	Parameters
- value
 - JniObjectReference
 
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
JniArgumentValue(Int32)
public JniArgumentValue(int value);
	new Java.Interop.JniArgumentValue : int -> Java.Interop.JniArgumentValue
	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.