Share via


ComposedPart Class

Definition

[System.Diagnostics.DebuggerDisplay("{Definition.Type.Name}")]
public class ComposedPart
[<System.Diagnostics.DebuggerDisplay("{Definition.Type.Name}")>]
type ComposedPart = class
Public Class ComposedPart
Inheritance
ComposedPart
Attributes

Constructors

ComposedPart(ComposablePartDefinition, IReadOnlyDictionary<ImportDefinitionBinding,IReadOnlyList<ExportDefinitionBinding>>, IImmutableSet<String>)

Properties

Definition
RequiredSharingBoundaries

Gets the set of sharing boundaries that this part must be instantiated within.

SatisfyingExports

Gets a map of this part's imports, and the exports which satisfy them.

Methods

GetImportingConstructorImports()
Validate(IReadOnlyDictionary<Type,ExportDefinitionBinding>)

Applies to