JniEnvironment.Arrays Classe

Definizione

public static class JniEnvironment.Arrays
type JniEnvironment.Arrays = class
Ereditarietà
JniEnvironment.Arrays

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Metodi

Nome Descrizione
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*)

Si applica a