System.ComponentModel.Composition 4.0.0.0 System.Object System.ComponentModel.Composition.ICompositionService System.IDisposable To be added. Provides methods to satisfy imports on an existing part instance. Method 4.0.0.0 System.Void Call Dispose when you are finished using the . The Dispose method leaves the in an unusable state. After calling Dispose, you must release all references to the so the garbage collector can reclaim the memory that the was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method. Always call Dispose before you release your last reference to the . Otherwise, the resources it is using will not be freed until the garbage collector calls the object's Finalize method. Releases all resources used by the current instance of the class. Method 4.0.0.0 System.Void To be added. Composes the specified part, with recomposition and validation disabled. The part to compose.