AndroidJNI.AllocObject Manual     Reference     Scripting  
Scripting > Runtime Classes > AndroidJNI
AndroidJNI.AllocObject

static function AllocObject (clazz : IntPtr) : IntPtr

Description

Allocates a new Java object without invoking any of the constructors for the object.

See Also: Java Native Interface Specification (Oracle)