IExpressionEvaluationFrame.CreateEvaluationFrame 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
워크플로 식 계산에 대한 스택 프레임을 만듭니다.
public:
void CreateEvaluationFrame(System::Workflow::Runtime::DebugEngine::IInstanceTable ^ instanceTable, System::Workflow::Runtime::DebugEngine::DebugEngineCallback ^ callback);
public void CreateEvaluationFrame (System.Workflow.Runtime.DebugEngine.IInstanceTable instanceTable, System.Workflow.Runtime.DebugEngine.DebugEngineCallback callback);
abstract member CreateEvaluationFrame : System.Workflow.Runtime.DebugEngine.IInstanceTable * System.Workflow.Runtime.DebugEngine.DebugEngineCallback -> unit
Public Sub CreateEvaluationFrame (instanceTable As IInstanceTable, callback As DebugEngineCallback)
매개 변수
- instanceTable
- IInstanceTable
IInstanceTable를 구현하는 개체입니다. 사용되지 않습니다.
- callback
- DebugEngineCallback
워크플로 런타임에서 구현되는 기본 DebugEngineCallback입니다.
설명
이 메서드는 DebugController 개체에 의해 호출됩니다.