WorkflowCompilerResults クラス

定義

注意事項

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

ワークフロー コンパイルの結果を表します。 このクラスは継承できません。

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

注釈

Note

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

プロパティ

名前 説明
CompiledAssembly
古い.

コンパイル済みアセンブリを取得または設定します。

(継承元 CompilerResults)
CompiledUnit
古い.

ワークフローのコンパイル中に生成された CodeCompileUnit を取得します。

Errors
古い.

コンパイラ エラーと警告のコレクションを取得します。

(継承元 CompilerResults)
Evidence
古い.

コンパイル済みアセンブリのセキュリティ ポリシーのアクセス許可を表す証拠オブジェクトを示します。

(継承元 CompilerResults)
NativeCompilerReturnValue
古い.

コンパイラの戻り値を取得または設定します。

(継承元 CompilerResults)
Output
古い.

コンパイラ出力メッセージを取得します。

(継承元 CompilerResults)
PathToAssembly
古い.

コンパイル済みアセンブリのパスを取得または設定します。

(継承元 CompilerResults)
TempFiles
古い.

使用する一時ファイル コレクションを取得または設定します。

(継承元 CompilerResults)

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象