JavaBooleanArray Class
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.
[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
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.
Java |
|
Java |
|
Java |
|
Java |
Is |
(Inherited from JavaArray<T>) |
Item[Int32] | (Inherited from JavaPrimitiveArray<T>) |
Jni |
(Inherited from JavaObject) |
Jni |
(Inherited from JavaObject) |
Jni |
(Inherited from JavaObject) |
Length | (Inherited from JavaArray<T>) |
Peer |
(Inherited from JavaObject) |
To |
|
To |
|
Get |
Gets the JNI name of the type of the instance |
Java |
Try to coerce |
Try |
Try to coerce |