Click or drag to resize

ScanningActivatorData Class

Activation data for types located by scanning assemblies.
Inheritance Hierarchy
SystemObject
  Autofac.BuilderReflectionActivatorData
    Autofac.Features.ScanningScanningActivatorData

Namespace:  Autofac.Features.Scanning
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public class ScanningActivatorData : ReflectionActivatorData

The ScanningActivatorData type exposes the following members.

Constructors
  NameDescription
Public methodScanningActivatorData
Initializes a new instance of the ScanningActivatorData class.
Top
Properties
  NameDescription
Public propertyConfigurationActions
Gets the additional actions to be performed on the concrete type registrations.
Public propertyConfiguredParameters
Gets the explicitly bound constructor parameters.
(Inherited from ReflectionActivatorData.)
Public propertyConfiguredProperties
Gets the explicitly bound properties.
(Inherited from ReflectionActivatorData.)
Public propertyConstructorFinder
Gets or sets the constructor finder for the registration.
(Inherited from ReflectionActivatorData.)
Public propertyConstructorSelector
Gets or sets the constructor selector for the registration.
(Inherited from ReflectionActivatorData.)
Public propertyFilters
Gets the filters applied to the types from the scanned assembly.
Public propertyImplementationType
Gets or sets the implementation type.
(Inherited from ReflectionActivatorData.)
Public propertyPostScanningCallbacks
Gets the actions to be called once the scanning operation is complete.
Top
Methods
  NameDescription
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.)
Top
See Also