JavaBooleanArray Class

Definition

[Java.Interop.JniTypeSignature("Z", ArrayRank=1, IsKeyword=true)]
public sealed class JavaBooleanArray : Java.Interop.JavaPrimitiveArray<bool>
[Java.Interop.JniTypeSignature("Z", ArrayRank=1, GenerateJavaPeer=false, IsKeyword=true)]
public sealed class JavaBooleanArray : Java.Interop.JavaPrimitiveArray<bool>
[<Java.Interop.JniTypeSignature("Z", ArrayRank=1, IsKeyword=true)>]
type JavaBooleanArray = class
    inherit JavaPrimitiveArray<bool>
[<Java.Interop.JniTypeSignature("Z", ArrayRank=1, GenerateJavaPeer=false, IsKeyword=true)>]
type JavaBooleanArray = class
    inherit JavaPrimitiveArray<bool>
Inheritance
Attributes

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

Properties

IsReadOnly (Inherited from JavaArray<T>)
Item[Int32] (Inherited from JavaPrimitiveArray<T>)
JniIdentityHashCode (Inherited from JavaObject)
JniManagedPeerState (Inherited from JavaObject)
JniPeerMembers (Inherited from JavaObject)
Length (Inherited from JavaArray<T>)
PeerReference (Inherited from JavaObject)

Methods

Explicit Interface Implementations

Extension Methods

ToInteroperableCollection<T>(ICollection<T>)
ToInteroperableCollection<T>(IList<T>)
GetJniTypeName(IJavaPeerable)

Gets the JNI name of the type of the instance self.

JavaAs<TResult>(IJavaPeerable)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

Applies to