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

屬性

名稱 Description
CompiledAssembly
已淘汰.

取得或設定已編譯的組合語言。

(繼承來源 CompilerResults)
CompiledUnit
已淘汰.

取得 CodeCompileUnit 工作流程編譯過程中產生的資訊。

Errors
已淘汰.

取得編譯器錯誤與警告的集合。

(繼承來源 CompilerResults)
Evidence
已淘汰.

表示代表已編譯組件安全政策權限的證據物件。

(繼承來源 CompilerResults)
NativeCompilerReturnValue
已淘汰.

取得或設定編譯器的回傳值。

(繼承來源 CompilerResults)
Output
已淘汰.

接收編譯器的輸出訊息。

(繼承來源 CompilerResults)
PathToAssembly
已淘汰.

取得或設定編譯後組合的路徑。

(繼承來源 CompilerResults)
TempFiles
已淘汰.

取得或設定臨時檔案集合以使用。

(繼承來源 CompilerResults)

方法

名稱 Description
Equals(Object)
已淘汰.

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

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

做為預設哈希函式。

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

取得目前實例的 Type

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

建立目前 Object的淺層複本。

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

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

(繼承來源 Object)

適用於