WorkflowCompilerResults Class
Represents the results of a workflow compilation. This class cannot be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
System.CodeDom.Compiler::CompilerResults
System.Workflow.ComponentModel.Compiler::WorkflowCompilerResults
| Name | Description | |
|---|---|---|
![]() | CompiledAssembly | Gets or sets the compiled assembly.(Inherited from CompilerResults.) |
![]() | CompiledUnit | Gets the CodeCompileUnit that was produced during compilation of the workflow. |
![]() | Errors | Gets the collection of compiler errors and warnings.(Inherited from CompilerResults.) |
![]() | Evidence | Obsolete. Indicates the evidence object that represents the security policy permissions of the compiled assembly.(Inherited from CompilerResults.) |
![]() | NativeCompilerReturnValue | Gets or sets the compiler's return value.(Inherited from CompilerResults.) |
![]() | Output | Gets the compiler output messages.(Inherited from CompilerResults.) |
![]() | PathToAssembly | Gets or sets the path of the compiled assembly.(Inherited from CompilerResults.) |
![]() | TempFiles | Gets or sets the temporary file collection to use.(Inherited from CompilerResults.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The following code example demonstrates how to set the value of the WorkflowCompilerResults class, and assumes that results is of type WorkflowCompilerResults, which is created earlier in the file. The code also creates new instances of the WorkflowCompiler and WorkflowCompilerParameters classes and sets some values. This code example is part of the Outlook Workflow Wizard SDK Sample from the WizardForm.cs file. For more information, see Outlook Workflow Wizard.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


