JniArgumentValue Struct

Definition

public struct JniArgumentValue : IEquatable<Java.Interop.JniArgumentValue>
type JniArgumentValue = struct
Inheritance
JniArgumentValue
Implements

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.

Constructors

JniArgumentValue(Boolean)
JniArgumentValue(Byte)
JniArgumentValue(Char)
JniArgumentValue(Double)
JniArgumentValue(IJavaPeerable)
JniArgumentValue(Int16)
JniArgumentValue(Int32)
JniArgumentValue(Int64)
JniArgumentValue(IntPtr)
JniArgumentValue(JniObjectReference)
JniArgumentValue(SByte)
JniArgumentValue(Single)
JniArgumentValue(UInt16)
JniArgumentValue(UInt32)
JniArgumentValue(UInt64)

Methods

Equals(JniArgumentValue)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(JniArgumentValue, JniArgumentValue)
Inequality(JniArgumentValue, JniArgumentValue)

Applies to