DebugController Class
Note: This API is now obsolete.
Relays workflow instance creation, execution and termination events to the debugger process. This class cannot be inherited.
Namespace: System.Workflow.Runtime.DebugEngine
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The DebugController type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AttachToConduit | Establishes the communication channel between the DebugController object running in the workflow host application and the debugger process. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Establishes a lifetime lease for the DebugController object. (Overrides MarshalByRefObject.InitializeLifetimeService.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
An instance of this class runs in the workflow host application. It is created by WorkflowRuntime if workflow debugging is enabled.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.gif?cs-save-lang=1&cs-lang=vb)
Note