WorkflowCompilerOptionsService Class
Provides a default implementation of IWorkflowCompilerOptionsService.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowCompilerOptionsService() | Initializes a new instance of the WorkflowCompilerOptionsService class. |
| Name | Description | |
|---|---|---|
![]() | CheckTypes | Gets a value that indicates whether the types in the workflow being compiled are checked against a list that allows or excludes types based on the value of the Authorized property. |
![]() | Language | Gets the name of the programming language used by the environment. |
![]() | RootNamespace | Gets the root namespace for the environment. |
![]() | TargetFrameworkMoniker | Gets the target .NET Framework version for the compiled workflow assembly. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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. |
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.



