JniEnvironment.Arrays Class

Definition

public static class JniEnvironment.Arrays
type JniEnvironment.Arrays = class
Inheritance
JniEnvironment.Arrays

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.

Methods

CreateMarshalBooleanArray(IEnumerable<Boolean>)
CreateMarshalCharArray(IEnumerable<Char>)
CreateMarshalDoubleArray(IEnumerable<Double>)
CreateMarshalInt16Array(IEnumerable<Int16>)
CreateMarshalInt32Array(IEnumerable<Int32>)
CreateMarshalInt64Array(IEnumerable<Int64>)
CreateMarshalObjectArray<T>(IEnumerable<T>)
CreateMarshalSByteArray(IEnumerable<SByte>)
CreateMarshalSingleArray(IEnumerable<Single>)
GetArrayLength(JniObjectReference)
GetBooleanArrayElements(JniObjectReference, Boolean*)
GetBooleanArrayRegion(JniObjectReference, Int32, Int32, Boolean*)
GetByteArrayElements(JniObjectReference, Boolean*)
GetByteArrayRegion(JniObjectReference, Int32, Int32, SByte*)
GetCharArrayElements(JniObjectReference, Boolean*)
GetCharArrayRegion(JniObjectReference, Int32, Int32, Char*)
GetDoubleArrayElements(JniObjectReference, Boolean*)
GetDoubleArrayRegion(JniObjectReference, Int32, Int32, Double*)
GetFloatArrayElements(JniObjectReference, Boolean*)
GetFloatArrayRegion(JniObjectReference, Int32, Int32, Single*)
GetIntArrayElements(JniObjectReference, Boolean*)
GetIntArrayRegion(JniObjectReference, Int32, Int32, Int32*)
GetLongArrayElements(JniObjectReference, Boolean*)
GetLongArrayRegion(JniObjectReference, Int32, Int32, Int64*)
GetObjectArrayElement(JniObjectReference, Int32)
GetPrimitiveArrayCritical(JniObjectReference, Boolean*)
GetShortArrayElements(JniObjectReference, Boolean*)
GetShortArrayRegion(JniObjectReference, Int32, Int32, Int16*)
NewBooleanArray(Int32)
NewByteArray(Int32)
NewCharArray(Int32)
NewDoubleArray(Int32)
NewFloatArray(Int32)
NewIntArray(Int32)
NewLongArray(Int32)
NewObjectArray(Int32, JniObjectReference, JniObjectReference)
NewShortArray(Int32)
ReleaseBooleanArrayElements(JniObjectReference, Boolean*, JniReleaseArrayElementsMode)
ReleaseByteArrayElements(JniObjectReference, SByte*, JniReleaseArrayElementsMode)
ReleaseCharArrayElements(JniObjectReference, Char*, JniReleaseArrayElementsMode)
ReleaseDoubleArrayElements(JniObjectReference, Double*, JniReleaseArrayElementsMode)
ReleaseFloatArrayElements(JniObjectReference, Single*, JniReleaseArrayElementsMode)
ReleaseIntArrayElements(JniObjectReference, Int32*, JniReleaseArrayElementsMode)
ReleaseLongArrayElements(JniObjectReference, Int64*, JniReleaseArrayElementsMode)
ReleasePrimitiveArrayCritical(JniObjectReference, IntPtr, JniReleaseArrayElementsMode)
ReleaseShortArrayElements(JniObjectReference, Int16*, JniReleaseArrayElementsMode)
SetBooleanArrayRegion(JniObjectReference, Int32, Int32, Boolean*)
SetByteArrayRegion(JniObjectReference, Int32, Int32, SByte*)
SetCharArrayRegion(JniObjectReference, Int32, Int32, Char*)
SetDoubleArrayRegion(JniObjectReference, Int32, Int32, Double*)
SetFloatArrayRegion(JniObjectReference, Int32, Int32, Single*)
SetIntArrayRegion(JniObjectReference, Int32, Int32, Int32*)
SetLongArrayRegion(JniObjectReference, Int32, Int32, Int64*)
SetObjectArrayElement(JniObjectReference, Int32, JniObjectReference)
SetShortArrayRegion(JniObjectReference, Int32, Int32, Int16*)

Applies to