WorkflowCompilationContext クラス

定義

注意事項

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

現在のコンパイルまたは検証タスクのワークフロー コンパイル オプションを提供します。

public ref class WorkflowCompilationContext sealed
public sealed class WorkflowCompilationContext
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowCompilationContext
type WorkflowCompilationContext = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowCompilationContext = class
Public NotInheritable Class WorkflowCompilationContext
継承
WorkflowCompilationContext
属性

注釈

注意

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

このクラスは、CreateScope メソッドを使用して、スコープ単位でのみ作成できます。

プロパティ

CheckTypes

CheckTypes が現在のスコープで有効かどうかを示す値を取得します。

Current

現在のスコープで利用可能な WorkflowCompilationContext を取得します。

Language

現在のスコープで利用可能なワークフロー コンパイラ オプション Language を取得します。

RootNamespace

現在のスコープで利用可能なワークフロー コンパイラ オプション RootNamespace を取得します。

メソッド

CreateScope(IServiceProvider)

現在のスコープで WorkflowCompilationContext クラスを初期化します。

Equals(Object)

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

(継承元 Object)
GetAuthorizedTypes()

コンパイルされたワークフロー内でコンパイラにより許可されている型のリストを返します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象