Exemplo n.º 1
0
 public System.Composition.Hosting.ContainerConfiguration WithParts(System.Collections.Generic.IEnumerable <System.Type> partTypes, System.Composition.Convention.AttributedModelProvider conventions)
 {
     throw null;
 }
Exemplo n.º 2
0
 public System.Composition.Hosting.ContainerConfiguration WithPart(System.Type partType, System.Composition.Convention.AttributedModelProvider conventions)
 {
     throw null;
 }
Exemplo n.º 3
0
 public System.Composition.Hosting.ContainerConfiguration WithDefaultConventions(System.Composition.Convention.AttributedModelProvider conventions)
 {
     throw null;
 }
Exemplo n.º 4
0
 public System.Composition.Hosting.ContainerConfiguration WithAssembly(System.Reflection.Assembly assembly, System.Composition.Convention.AttributedModelProvider conventions)
 {
     throw null;
 }
Exemplo n.º 5
0
 public System.Composition.Hosting.ContainerConfiguration WithAssemblies(System.Collections.Generic.IEnumerable <System.Reflection.Assembly> assemblies, System.Composition.Convention.AttributedModelProvider conventions)
 {
     throw null;
 }
Exemplo n.º 6
0
 public static void SatisfyImports(this System.Composition.CompositionContext compositionContext, object objectWithLooseImports, System.Composition.Convention.AttributedModelProvider conventions)
 {
 }