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

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

Private Properties

프로퍼티 타입 설명
CreateGenerator void
DebugFrame System
DebugFrame System
GetFunctionInfo Microsoft.Scripting.Debugging.FunctionInfo
GetLocalsScope object>.IDictionary
GetParamValuesForGenerator object[]
RemapToGenerator void
RemapToLatestVersion void
ReplaceLiftedLocals void

비공개 메소드들

메소드 설명
CreateGenerator ( Microsoft.Scripting.Debugging.FunctionInfo targetFuncInfo ) : void
DebugFrame ( DebugThread thread, Microsoft.Scripting.Debugging.FunctionInfo funcInfo ) : System
DebugFrame ( DebugThread thread, Microsoft.Scripting.Debugging.FunctionInfo funcInfo, IRuntimeVariables liftedLocals, int frameOrder ) : System
GetFunctionInfo ( int version ) : Microsoft.Scripting.Debugging.FunctionInfo
GetLocalsScope ( ) : object>.IDictionary
GetParamValuesForGenerator ( ) : object[]
RemapToGenerator ( int version ) : void

Remaps the frame's state to use the generator for execution.

RemapToLatestVersion ( ) : void
ReplaceLiftedLocals ( IRuntimeVariables liftedLocals ) : void

// This method is called from the generator to update the frame with generator's locals