System.Workflow.Runtime.DebugEngine Namespace
Contains classes and interfaces for use in debugging workflow instances.
| Class | Description | |
|---|---|---|
![]() | DebugController | Obsolete. Relays workflow instance creation, execution and termination events to the debugger process. This class cannot be inherited. |
![]() | WorkflowDebuggerSteppingAttribute | Obsolete. Specifies the debug stepping behavior for composite activities whose child activities can execute concurrently. |
| Structure | Description | |
|---|---|---|
![]() | ActivityHandlerDescriptor | Obsolete. Specifies the code-beside handler information in the BeforeHandlerInvoked and UpdateHandlerMethodsForActivity methods. |
| Interface | Description | |
|---|---|---|
![]() | IExpressionEvaluationFrame | Obsolete. Defines the interface implemented by the workflow expression evaluation component that provides a context frame for expression evaluation. |
![]() | IInstanceTable | Obsolete. Reserved for future use. |
![]() | IWorkflowDebugger | Obsolete. Defines the interface that receives workflow instance creation, execution, and termination status information from a DebugController object running inside the workflow host application. |
![]() | IWorkflowDebuggerService | Obsolete. Notifies workflow debugger that code condition evaluation events have occurred. |
| Delegate | Description | |
|---|---|---|
![]() | DebugEngineCallback | References a callback method that is invoked by the workflow expression evaluation component. |
| Enumeration | Description | |
|---|---|---|
![]() | WorkflowDebuggerSteppingOption | Obsolete. Specifies how the workflow debugger will step through concurrently executing child activities of a composite activity. |




