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 Types。

建構函式

名稱 Description
WorkflowCompilerParameters()
已淘汰.

初始化 WorkflowCompilerParameters 類別的新執行個體。

WorkflowCompilerParameters(String[], String, Boolean)
已淘汰.

初始化該類別的新實例 WorkflowCompilerParameters ,包含編譯中使用的組件名稱、輸出檔案的名稱,以及用於除錯資訊的指定符。

WorkflowCompilerParameters(String[], String)
已淘汰.

初始化該類別的新實例 WorkflowCompilerParameters ,並使用編譯中使用的組件名稱及輸出檔案的名稱。

WorkflowCompilerParameters(String[])
已淘汰.

初始化該類別的新實例 WorkflowCompilerParameters ,並使用編譯時使用的組件名稱。

WorkflowCompilerParameters(WorkflowCompilerParameters)
已淘汰.

從現有的執行個體初始化 WorkflowCompilerParameters 類別的新執行個體。

屬性

名稱 Description
CompilerOptions
已淘汰.

取得或設定包含此編譯的命令列選項的字串。

CoreAssemblyFileName
已淘汰.

取得或設定包含基本型態(如 ObjectString、 或 Int32)的核心或標準組件名稱。

(繼承來源 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)

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於