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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

このクラスのインスタンスは、ワークフロー ホスト アプリケーション内で実行されます。 これは、ワークフロー デバッグが有効な場合に 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)

適用対象