Click or drag to resize

ExportInfo Class

Export information for a specific type.
Inheritance Hierarchy
SystemObject
  TomsToolbox.CompositionExportInfo

Namespace:  TomsToolbox.Composition
Assembly:  TomsToolbox.Composition (in TomsToolbox.Composition.dll)
Syntax
public class ExportInfo

The ExportInfo type exposes the following members.

Constructors
  NameDescription
Public methodExportInfo
Initializes a new instance of the ExportInfo class.
Top
Properties
  NameDescription
Public propertyIsShared
Gets or sets a value indicating whether this instance is marked as being constrained to sharing within the specified boundary.
Public propertyMetadata
Gets or sets the metadata of each export.
Public propertySharingBoundary
Gets or sets the boundary outside which the part marked by this attribute is inaccessible.
Public propertyType
Gets or sets the type this export information relates to.
Top
Extension Methods
See Also