CompositionOperation Class
Represents a single composition operation.
Assembly: System.Composition.Hosting (in System.Composition.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() | AddNonPrerequisiteAction(Action^) | Specifies that an action can run after all prerequisite part dependencies have been satisfied. |
![]() | AddPostCompositionAction(Action^) | Specifies that an action must be run after all composition is completed. |
![]() | Dispose() | Releases all locks held during the operation. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | Run(LifetimeContext^, CompositeActivator^) | Runs the composition operation. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

