Skip to main content

%SYSTEM.Rtn

Class %SYSTEM.Rtn

Internal class not for customer use. Shell for $system.Rtn system implemented class.

Methods

GetCurrent

ClassMethod GetCurrent(frame As %Integer) As %String

Return internal pointer into routine buffer for the routine/class back a specific number of frame levels

Invoke

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