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

注釈

注意

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

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

コンストラクター

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)

適用対象