net40-client
namespace System.ComponentModel.Composition.Hosting
{
[DebuggerTypeProxy(typeof(ComposablePartCatalogDebuggerProxy))]
public class TypeCatalog : ComposablePartCatalog, ICompositionElement
{
public override IEnumerable<Tuple<ComposablePartDefinition, ExportDefinition>> GetExports(ImportDefinition definition);
}
}
.NET Framework | 4.0 |
---|---|
Information specific to net40-client | |
Assembly | System.ComponentModel.Composition , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |