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.FromShortArray

static function FromShortArray(array: IntPtr): short[];
static short[] FromShortArray(IntPtr array);
static def FromShortArray(array as IntPtr) as short[]

Description

Convert a Java array of short to a managed array of System.Int16.