System.Activities.Debugger Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes related to the system debugger.
Classes
DebugInfo |
Represents the debugging information. |
LocalsItemDescription |
Represents the name and type of an early bound item that displays in the workflow debugger Locals window. |
SourceLocation |
Identifies a specific location in a target source code file. |
SourceLocationFoundEventArgs |
Represents SourceLocationFoundEventArgs. |
SourceLocationProvider |
Provides SourceLocation information for the mapping of a root activity and its descendants to their corresponding source locations. |
State |
Maintains property information that pinpoints source code locations that can serve as breakpoints or be stepped to by the interpreter. |
StateManager |
Manages the debugging of each activity that is mapped to a state by the debugging infrastructure. |
ThreadWorkerController |
Supports the creation and execution of an auxiliary debugging thread, or island, on a dedicated worker thread. This type is a utility class used by the framework and is not intended for public use. |
VirtualStackFrame |
Provides a virtual call stack frame for the interpreter. |
XamlDebuggerXmlReader |
Provides the functionality to parse XAML markup code into an object or tree of objects. |
Interfaces
IDebuggableWorkflowTree |
Provides an interface whose implementation enables the Workflow debugger to debug a serialized Workflow object. |