WorkflowCompilerParameters クラス

定義

注意事項

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

コンパイル プロセス中に WorkflowCompiler に渡されるパラメーターを表します。

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

注釈

Note

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

コンストラクター

名前 説明
WorkflowCompilerParameters()
古い.

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

WorkflowCompilerParameters(String[], String, Boolean)
古い.

コンパイルで使用されるアセンブリの名前、出力ファイルに適用する名前、デバッグ情報を含めるための指定子を使用して、 WorkflowCompilerParameters クラスの新しいインスタンスを初期化します。

WorkflowCompilerParameters(String[], String)
古い.

コンパイルで使用されるアセンブリの名前と出力ファイルに適用する名前を使用して、 WorkflowCompilerParameters クラスの新しいインスタンスを初期化します。

WorkflowCompilerParameters(String[])
古い.

コンパイルで使用されるアセンブリの名前を使用して、 WorkflowCompilerParameters クラスの新しいインスタンスを初期化します。

WorkflowCompilerParameters(WorkflowCompilerParameters)
古い.

既存のインスタンスを使用して WorkflowCompilerParameters クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
CompilerOptions
古い.

このコンパイルのコマンド ライン オプションを含む文字列を取得または設定します。

CoreAssemblyFileName
古い.

ObjectStringInt32などの基本型を含むコアアセンブリまたは標準アセンブリの名前を取得または設定します。

(継承元 CompilerParameters)
EmbeddedResources
古い.

アセンブリ出力のコンパイル時に含める.NET リソース ファイルを取得します。

(継承元 CompilerParameters)
Evidence
古い.

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

(継承元 CompilerParameters)
GenerateCodeCompileUnitOnly
古い.

CodeCompileUnitのみを生成するか、C# または Visual Basic コンパイラを呼び出して実行可能ファイルまたは DLL を生成するかを示す値を取得または設定します。

GenerateExecutable
古い.

実行可能ファイルを生成するかどうかを示す値を取得または設定します。

(継承元 CompilerParameters)
GenerateInMemory
古い.

メモリ内に出力を生成するかどうかを示す値を取得または設定します。

(継承元 CompilerParameters)
IncludeDebugInformation
古い.

コンパイルされた実行可能ファイルにデバッグ情報を含めるかどうかを示す値を取得または設定します。

(継承元 CompilerParameters)
LanguageToUse
古い.

CodeCompileUnitのコンパイルで使用する言語を含む文字列を取得または設定します。

LibraryPaths
古い.

コンパイラが参照先アセンブリを検索するディレクトリ名のコレクションを表すプロパティを取得します。

LinkedResources
古い.

現在のソースで参照されている.NETリソース ファイルを取得します。

(継承元 CompilerParameters)
MainClass
古い.

メイン クラスの名前を取得または設定します。

(継承元 CompilerParameters)
OutputAssembly
古い.

出力アセンブリの名前を取得または設定します。

(継承元 CompilerParameters)
ReferencedAssemblies
古い.

現在のプロジェクトによって参照されているアセンブリを取得します。

(継承元 CompilerParameters)
TempFiles
古い.

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

(継承元 CompilerParameters)
TreatWarningsAsErrors
古い.

警告をエラーとして扱うかどうかを示す値を取得または設定します。

(継承元 CompilerParameters)
UserCodeCompileUnits
古い.

ワークフロー コンパイラのこの呼び出しで使用されるコード コンパイル 単位のコレクションを取得または設定します。

UserToken
古い.

コンパイラ プロセスの作成時に使用するユーザー トークンを取得または設定します。

(継承元 CompilerParameters)
WarningLevel
古い.

コンパイラがコンパイルを中止する警告レベルを取得または設定します。

(継承元 CompilerParameters)
Win32Resource
古い.

コンパイル済みアセンブリにリンクする Win32 リソース ファイルのファイル名を取得または設定します。

(継承元 CompilerParameters)

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象