Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Workflow.Runtime.DebugEngine Namespace

 

Contains classes and interfaces for use in debugging workflow instances.

ClassDescription
System_CAPS_pubclassDebugController

Obsolete. Relays workflow instance creation, execution and termination events to the debugger process. This class cannot be inherited.

System_CAPS_pubclassWorkflowDebuggerSteppingAttribute

Obsolete. Specifies the debug stepping behavior for composite activities whose child activities can execute concurrently.

StructureDescription
System_CAPS_pubstructureActivityHandlerDescriptor

Obsolete. Specifies the code-beside handler information in the BeforeHandlerInvoked and UpdateHandlerMethodsForActivity methods.

InterfaceDescription
System_CAPS_pubinterfaceIExpressionEvaluationFrame

Obsolete. Defines the interface implemented by the workflow expression evaluation component that provides a context frame for expression evaluation.

System_CAPS_pubinterfaceIInstanceTable

Obsolete. Reserved for future use.

System_CAPS_pubinterfaceIWorkflowDebugger

Obsolete. Defines the interface that receives workflow instance creation, execution, and termination status information from a DebugController object running inside the workflow host application.

System_CAPS_pubinterfaceIWorkflowDebuggerService

Obsolete. Notifies workflow debugger that code condition evaluation events have occurred.

DelegateDescription
System_CAPS_pubdelegateDebugEngineCallback

References a callback method that is invoked by the workflow expression evaluation component.

EnumerationDescription
System_CAPS_pubenumWorkflowDebuggerSteppingOption

Obsolete. Specifies how the workflow debugger will step through concurrently executing child activities of a composite activity.

Return to top
Show: