CompositionOperation Class

.NET Framework (current version)
 

Represents a single composition operation.

Namespace:   System.Composition.Hosting.Core
Assembly:  System.Composition.Hosting (in System.Composition.Hosting.dll)

System::Object
System.Composition.Hosting.Core::CompositionOperation

public ref class CompositionOperation sealed : IDisposable

NameDescription
System_CAPS_pubmethodAddNonPrerequisiteAction(Action^)

Specifies that an action can run after all prerequisite part dependencies have been satisfied.

System_CAPS_pubmethodAddPostCompositionAction(Action^)

Specifies that an action must be run after all composition is completed.

System_CAPS_pubmethodDispose()

Releases all locks held during the operation.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRun(LifetimeContext^, CompositeActivator^)

Runs the composition operation.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: