DefaultWorkflowLoaderService クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

他のワークフロー ローダー サービスが追加されていない場合にワークフロー ランタイム エンジンによって作成される WorkflowLoaderService の既定のバージョンを表します。

public ref class DefaultWorkflowLoaderService : System::Workflow::Runtime::Hosting::WorkflowLoaderService
public class DefaultWorkflowLoaderService : System.Workflow.Runtime.Hosting.WorkflowLoaderService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class DefaultWorkflowLoaderService : System.Workflow.Runtime.Hosting.WorkflowLoaderService
type DefaultWorkflowLoaderService = class
    inherit WorkflowLoaderService
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DefaultWorkflowLoaderService = class
    inherit WorkflowLoaderService
Public Class DefaultWorkflowLoaderService
Inherits WorkflowLoaderService
継承
DefaultWorkflowLoaderService
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

WorkflowRuntime クラスは、ランタイム エンジンの起動時に、WorkflowLoaderServiceから派生した他のワークフロー ローダー サービスがサービスとして追加されていない場合に、DefaultWorkflowLoaderService オブジェクトを作成します。

コンストラクター

名前 説明
DefaultWorkflowLoaderService()
古い.

DefaultWorkflowLoaderService クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Runtime
古い.

このサービスの WorkflowRuntime を取得します。

(継承元 WorkflowRuntimeService)
State
古い.

WorkflowRuntimeServiceの状態を取得します。

(継承元 WorkflowRuntimeService)

メソッド

名前 説明
CreateInstance(Type)
古い.

指定したワークフロー Typeを使用して、ルート アクティビティ定義ツリーを作成します。

CreateInstance(XmlReader, XmlReader)
古い.

.xoml ファイルと .rules ファイルを逆シリアル化して、新しいルート アクティビティ定義ツリーを作成します。

Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
OnStarted()
古い.

派生クラスでオーバーライドされた場合、ワークフロー ランタイム エンジンが Started イベントを発生させたときに呼び出されるメソッドを表します。

(継承元 WorkflowRuntimeService)
OnStopped()
古い.

派生クラスでオーバーライドされた場合、ワークフロー ランタイム エンジンが Stopped イベントを発生させたときに呼び出されるメソッドを表します。

(継承元 WorkflowRuntimeService)
RaiseServicesExceptionNotHandledEvent(Exception, Guid)
古い.

ServicesExceptionNotHandled イベントを発生させます。

(継承元 WorkflowRuntimeService)
Start()
古い.

派生クラスでオーバーライドされると、サービスを開始し、 StateStartingに変更します。

(継承元 WorkflowRuntimeService)
Stop()
古い.

派生クラスでオーバーライドされると、サービスを停止し、 StateStoppingに変更します。

(継承元 WorkflowRuntimeService)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象