Click or drag to resize

ExportConfigurationBuilder Class

Configures an Export on an Autofac component.
Inheritance Hierarchy
SystemObject
  Autofac.Integration.MefExportConfigurationBuilder

Namespace:  Autofac.Integration.Mef
Assembly:  Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax
public class ExportConfigurationBuilder

The ExportConfigurationBuilder type exposes the following members.

Constructors
  NameDescription
Public methodExportConfigurationBuilder
Initializes a new instance of the ExportConfigurationBuilder class
Top
Methods
  NameDescription
Public methodAsTContract
Export the component under typed contract TContract.
Public methodAsNamedTExportedValue
Export the component under named contract name.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithMetadata(IEnumerableKeyValuePairString, Object)
Add metadata to the export.
Public methodWithMetadata(String, Object)
Add metadata to the export.
Top
See Also