다음을 통해 공유


IExpressionEvaluationFrame.CreateEvaluationFrame 메서드

정의

워크플로 식 계산에 대한 스택 프레임을 만듭니다.

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 개체에 의해 호출됩니다.

적용 대상