WorkflowCompilationContext Class
Provides workflow compilation options for the current compilation or validation task.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | CheckTypes | Gets a value that indicates whether CheckTypes is enabled at the current scope. |
![]() ![]() | Current | Gets the WorkflowCompilationContext that is available at the current scope. |
![]() | Language | Gets the workflow compiler options Language that is available at the current scope. |
![]() | RootNamespace | Gets the workflow compiler options RootNamespace that is available at the current scope. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateScope(IServiceProvider^) | Initializes a WorkflowCompilationContext class at the current scope. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetAuthorizedTypes() | Returns a list of types that the compiler allows in compiled workflows. |
![]() | 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. |
This class can only be created on a scope basis, using the CreateScope method.
Available since 4.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.



