CodeGenerationManager Class
Enables sharing of data across activity code generators during the code generation phase of compilation. This class cannot be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | CodeGenerationManager(IServiceProvider^) | Initializes a new instance of the CodeGenerationManager class by using an existing IServiceProvider type. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the ContextStack associated with this instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetCodeGenerators(Type^) | Gets an array that contains each ActivityCodeGenerator associated with the specified Type. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Provides access to the service object of the specified type. |
![]() | 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. |
Implements the IServiceProvider interface.
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.


