WorkflowCompilerResults Klasa

Definicja

Uwaga

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

Reprezentuje wyniki kompilacji przepływu pracy. Klasa ta nie może być dziedziczona.

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
Dziedziczenie
WorkflowCompilerResults
Atrybuty

Uwagi

Note

W tym materiale omówiono typy i przestrzenie nazw, które są przestarzałe. Aby uzyskać więcej informacji, zobacz Deprecated Types in Windows Workflow Foundation 4.5.

Właściwości

Nazwa Opis
CompiledAssembly
Przestarzałe.

Pobiera lub ustawia skompilowany zestaw.

(Odziedziczone po CompilerResults)
CompiledUnit
Przestarzałe.

Pobiera element CodeCompileUnit utworzony podczas kompilacji przepływu pracy.

Errors
Przestarzałe.

Pobiera kolekcję błędów i ostrzeżeń kompilatora.

(Odziedziczone po CompilerResults)
Evidence
Przestarzałe.

Wskazuje obiekt dowodowy reprezentujący uprawnienia zasad zabezpieczeń skompilowanego zestawu.

(Odziedziczone po CompilerResults)
NativeCompilerReturnValue
Przestarzałe.

Pobiera lub ustawia wartość zwracaną kompilatora.

(Odziedziczone po CompilerResults)
Output
Przestarzałe.

Pobiera komunikaty wyjściowe kompilatora.

(Odziedziczone po CompilerResults)
PathToAssembly
Przestarzałe.

Pobiera lub ustawia ścieżkę skompilowanego zestawu.

(Odziedziczone po CompilerResults)
TempFiles
Przestarzałe.

Pobiera lub ustawia tymczasową kolekcję plików do użycia.

(Odziedziczone po CompilerResults)

Metody

Nazwa Opis
Equals(Object)
Przestarzałe.

Określa, czy określony obiekt jest równy bieżącemu obiektowi.

(Odziedziczone po Object)
GetHashCode()
Przestarzałe.

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()
Przestarzałe.

Pobiera Type bieżącego wystąpienia.

(Odziedziczone po Object)
MemberwiseClone()
Przestarzałe.

Tworzy płytkią kopię bieżącego Object.

(Odziedziczone po Object)
ToString()
Przestarzałe.

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy