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
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

此類別的實例會在工作流程主機應用程式中執行。 如果啟用了工作流程除錯,就會產生 WorkflowRuntime 它。

方法

名稱 Description
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)

適用於