class %SYSTEM.Rtn
Internal class not for customer use.
Shell for $system.Rtn system implemented class.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
2
|
|
|
|
|
classmethod GetCurrent(frame As %Integer)
as %String
Return internal pointer into routine buffer for the routine/class back a specific number
of frame levels
classmethod Invoke(pointer As %Binary, label As %String, args...)
Call the label in the routine/class referenced by the pointer into the
routine buffer from GetCurrent passing in any additional arguments in 'args...'.