DebugController 类

定义

注意

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
继承
DebugController
属性

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

在工作流宿主应用程序中运行的此类的实例。 如果启用了工作流调试,则该实例由 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)

适用于