Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.FromLongArray

static function FromLongArray(array: IntPtr): long[];
static long[] FromLongArray(IntPtr array);
static def FromLongArray(array as IntPtr) as long[]

Description

Convert a Java array of long to a managed array of System.Int64.