C# Class Microsoft.Scripting.Debugging.DebugThread

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
DebugThread System
GetLeafFrame DebugFrame
GetLeafFrameFunctionInfo Microsoft.Scripting.Debugging.FunctionInfo
PopFrame bool
PushExistingFrame void
TryGetLeafFrame bool

Private Methods

Method Description
DebugThread ( DebugContext debugContext ) : System
GetLeafFrame ( ) : DebugFrame
GetLeafFrameFunctionInfo ( int &stackDepth ) : Microsoft.Scripting.Debugging.FunctionInfo
PopFrame ( ) : bool
PushExistingFrame ( DebugFrame frame ) : void
TryGetLeafFrame ( DebugFrame &frame ) : bool