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) Version: 2.20.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
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
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also