Implement MachineKey.Protect and MachineKey.Unprotect
[mono.git] / mcs / class / System.ComponentModel.Composition / Documentation / en / System.ComponentModel.Composition / ICompositionService.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="ICompositionService" FullName="System.ComponentModel.Composition.ICompositionService">
3   <TypeSignature Language="C#" Value="public interface ICompositionService" />
4   <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ICompositionService" />
5   <AssemblyInfo>
6     <AssemblyName>System.ComponentModel.Composition</AssemblyName>
7     <AssemblyVersion>4.0.0.0</AssemblyVersion>
8   </AssemblyInfo>
9   <Interfaces />
10   <Docs>
11     <remarks>To be added.</remarks>
12     <summary>
13       <attribution license="cc4" from="Microsoft" modified="false" />
14       <para>Provides methods to satisfy imports on an existing part instance.</para>
15     </summary>
16   </Docs>
17   <Members>
18     <Member MemberName="SatisfyImportsOnce">
19       <MemberSignature Language="C#" Value="public void SatisfyImportsOnce (System.ComponentModel.Composition.Primitives.ComposablePart part);" />
20       <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SatisfyImportsOnce(class System.ComponentModel.Composition.Primitives.ComposablePart part) cil managed" />
21       <MemberType>Method</MemberType>
22       <AssemblyInfo>
23         <AssemblyVersion>4.0.0.0</AssemblyVersion>
24       </AssemblyInfo>
25       <ReturnValue>
26         <ReturnType>System.Void</ReturnType>
27       </ReturnValue>
28       <Parameters>
29         <Parameter Name="part" Type="System.ComponentModel.Composition.Primitives.ComposablePart" />
30       </Parameters>
31       <Docs>
32         <remarks>To be added.</remarks>
33         <summary>
34           <attribution license="cc4" from="Microsoft" modified="false" />
35           <para>Composes the specified part, with recomposition and validation disabled.</para>
36         </summary>
37         <param name="part">
38           <attribution license="cc4" from="Microsoft" modified="false" />The part to compose.</param>
39       </Docs>
40     </Member>
41   </Members>
42 </Type>