ActivityCodeDomSerializationManager Class
Manages serialization of activities into designer-generated source code segments before compilation.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityCodeDomSerializationManager(IDesignerSerializationManager^) | Initializes a new instance of the ActivityCodeDomSerializationManager class. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the ContextStack associated with ActivityCodeDomSerializationManager. |
![]() | Properties | Gets a PropertyDescriptorCollection that contains a read-only collection of type PropertyDescriptor. |
![]() | SerializationManager | Gets the IDesignerSerializationManager associated with the ActivityCodeDomSerializationManager. |
| Name | Description | |
|---|---|---|
![]() | AddSerializationProvider(IDesignerSerializationProvider^) | Adds the specified serialization provider to the serialization manager. |
![]() | CreateInstance(Type^, ICollection^, String^, Boolean) | Creates an instance of the specified type and adds it to a collection of named instances. |
![]() | 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.) |
![]() | GetInstance(String^) | |
![]() | GetName(Object^) | |
![]() | GetSerializer(Type^, Type^) | Gets a serializer of the requested type for the specified Object type. |
![]() | GetService(Type^) | |
![]() | GetType() | |
![]() | GetType(String^) | Gets a Type of the specified name. |
![]() | MemberwiseClone() | |
![]() | RemoveSerializationProvider(IDesignerSerializationProvider^) | Removes a custom serialization provider from the serialization manager. |
![]() | ReportError(Object^) | Reports an error in serialization. |
![]() | SetName(Object^, String^) | Sets the name of the specified existing Object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ResolveName | Occurs when GetName cannot locate the specified name in the serialization manager name table. |
![]() | SerializationComplete | Occurs when serialization is complete. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.





