Fix bugs in sizing TableLayoutPanel (Xamarin bug 18638)
[mono.git] / mcs / class / System.ComponentModel.Composition / Documentation / en / System.ComponentModel.Composition.Hosting / CompositionService.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="CompositionService" FullName="System.ComponentModel.Composition.Hosting.CompositionService">
3   <TypeSignature Language="C#" Value="public class CompositionService : IDisposable, System.ComponentModel.Composition.ICompositionService" />
4   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CompositionService extends System.Object implements class System.ComponentModel.Composition.ICompositionService, class System.IDisposable" />
5   <AssemblyInfo>
6     <AssemblyName>System.ComponentModel.Composition</AssemblyName>
7     <AssemblyVersion>4.0.0.0</AssemblyVersion>
8   </AssemblyInfo>
9   <Base>
10     <BaseTypeName>System.Object</BaseTypeName>
11   </Base>
12   <Interfaces>
13     <Interface>
14       <InterfaceName>System.ComponentModel.Composition.ICompositionService</InterfaceName>
15     </Interface>
16     <Interface>
17       <InterfaceName>System.IDisposable</InterfaceName>
18     </Interface>
19   </Interfaces>
20   <Docs>
21     <remarks>To be added.</remarks>
22     <summary>
23       <attribution license="cc4" from="Microsoft" modified="false" />
24       <para>Provides methods to satisfy imports on an existing part instance.</para>
25     </summary>
26   </Docs>
27   <Members>
28     <Member MemberName="Dispose">
29       <MemberSignature Language="C#" Value="public void Dispose ();" />
30       <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Dispose() cil managed" />
31       <MemberType>Method</MemberType>
32       <AssemblyInfo>
33         <AssemblyVersion>4.0.0.0</AssemblyVersion>
34       </AssemblyInfo>
35       <ReturnValue>
36         <ReturnType>System.Void</ReturnType>
37       </ReturnValue>
38       <Parameters />
39       <Docs>
40         <remarks>
41           <attribution license="cc4" from="Microsoft" modified="false" />
42           <para>Call Dispose when you are finished using the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" />. The Dispose method leaves the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" /> in an unusable state. After calling Dispose, you must release all references to the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" /> so the garbage collector can reclaim the memory that the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" /> was occupying.</para>
43           <para>For more information, see <format type="text/html"><a href="A17B0066-71C2-4BA4-9822-8E19332FC213">Cleaning Up Unmanaged Resources</a></format> and <format type="text/html"><a href="eb4e1af0-3b48-4fbc-ad4e-fc2f64138bf9">Implementing a Dispose Method</a></format>.</para>
44           <block subset="none" type="note">
45             <para>Always call Dispose before you release your last reference to the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" />. Otherwise, the resources it is using will not be freed until the garbage collector calls the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" /> object's Finalize method.</para>
46           </block>
47         </remarks>
48         <summary>
49           <attribution license="cc4" from="Microsoft" modified="false" />
50           <para>Releases all resources used by the current instance of the <see cref="T:System.ComponentModel.Composition.Hosting.CompositionContainer" /> class.</para>
51         </summary>
52       </Docs>
53     </Member>
54     <Member MemberName="SatisfyImportsOnce">
55       <MemberSignature Language="C#" Value="public void SatisfyImportsOnce (System.ComponentModel.Composition.Primitives.ComposablePart part);" />
56       <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SatisfyImportsOnce(class System.ComponentModel.Composition.Primitives.ComposablePart part) cil managed" />
57       <MemberType>Method</MemberType>
58       <AssemblyInfo>
59         <AssemblyVersion>4.0.0.0</AssemblyVersion>
60       </AssemblyInfo>
61       <ReturnValue>
62         <ReturnType>System.Void</ReturnType>
63       </ReturnValue>
64       <Parameters>
65         <Parameter Name="part" Type="System.ComponentModel.Composition.Primitives.ComposablePart" />
66       </Parameters>
67       <Docs>
68         <remarks>To be added.</remarks>
69         <summary>
70           <attribution license="cc4" from="Microsoft" modified="false" />
71           <para>Composes the specified part, with recomposition and validation disabled.</para>
72         </summary>
73         <param name="part">
74           <attribution license="cc4" from="Microsoft" modified="false" />The part to compose.</param>
75       </Docs>
76     </Member>
77   </Members>
78 </Type>