Initializing help system before first use

getclass

getclass


Purpose
Query the class of the object referenced by the jvmobject
Synopsis
function getclass(obj:jvmobject) : string
Argument
obj 
The object reference to query
Return value
The name of the object class, e.g. "java.io.File", or an empty string if the jvmobject contains a null reference.
Further information
If the reference within the jvmobject is null, this function will return an empty string.