C# 클래스 Microsoft.Scripting.Debugging.DebugThread

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DebugThread System
GetLeafFrame DebugFrame
GetLeafFrameFunctionInfo Microsoft.Scripting.Debugging.FunctionInfo
PopFrame bool
PushExistingFrame void
TryGetLeafFrame bool

비공개 메소드들

메소드 설명
DebugThread ( DebugContext debugContext ) : System
GetLeafFrame ( ) : DebugFrame
GetLeafFrameFunctionInfo ( int &stackDepth ) : Microsoft.Scripting.Debugging.FunctionInfo
PopFrame ( ) : bool
PushExistingFrame ( DebugFrame frame ) : void
TryGetLeafFrame ( DebugFrame &frame ) : bool