DebugController 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
将工作流实例创建、执行和终止事件中继到调试器进程。 此类不能被继承。
public ref class DebugController sealed : MarshalByRefObject
public sealed class DebugController : MarshalByRefObject
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class DebugController : MarshalByRefObject
type DebugController = class
inherit MarshalByRefObject
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DebugController = class
inherit MarshalByRefObject
Public NotInheritable Class DebugController
Inherits MarshalByRefObject
- 继承
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
此类的实例在工作流主机应用程序中运行。 如果启用了工作流调试,则会创建 WorkflowRuntime 它。
方法
| 名称 | 说明 |
|---|---|
| AttachToConduit(Uri) |
已过时.
在工作流主机应用程序和调试器进程中运行的对象之间建立 DebugController 通信通道。 |
| CreateObjRef(Type) |
已过时.
创建一个对象,其中包含生成用于与远程对象通信的代理所需的所有相关信息。 (继承自 MarshalByRefObject) |
| Equals(Object) |
已过时.
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetLifetimeService() |
已过时.
检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject) |
| GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
| InitializeLifetimeService() |
已过时.
为 DebugController 对象建立生存期租约。 |
| MemberwiseClone() |
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| MemberwiseClone(Boolean) |
已过时.
创建当前 MarshalByRefObject 对象的浅表副本。 (继承自 MarshalByRefObject) |
| ToString() |
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |