ProcessStackArray Class

The ProcessStackArray class is the transient class that encapsulates behavior required to access method calls in the process stack array.

The process stack array is populated with references to method call descriptor objects by the currentStack method of the Process class and represents a snapshot of the current execution history of the application thread of the current process.

The bracket ([ ]) subscript operators enable you to assign values to and receive values from a process stack array.

ObjectArray

(None)