Méthode | Description | |
---|---|---|
AssemblyObjectDefinitionScanner ( ) : System |
Initializes a new instance of the AssemblyObjectDefinitionScanner class.
|
|
ScanAndRegisterTypes ( IObjectDefinitionRegistry registry ) : void |
Scans the and register types.
|
Méthode | Description | |
---|---|---|
ApplyAssemblyFiltersTo ( IEnumerable |
Applies the assembly filters to the assembly candidates.
|
|
IsExcludedAssembly ( |
Determines whether the specified candidate is and excluded assembly.
|
|
IsRequiredConstraintSatisfiedBy ( |
Determines whether the required constraint is satisfied by the specified type.
|
|
SetDefaultFilters ( ) : void |
Sets the default filters.
|
Méthode | Description | |
---|---|---|
RegisterDefinitionsForTypes ( IObjectDefinitionRegistry registry, IEnumerable |
Registers the defintions for types.
|
protected ApplyAssemblyFiltersTo ( IEnumerable |
||
assemblyCandidates | IEnumerable |
The assembly candidates. |
Résultat | IEnumerable |
public AssemblyObjectDefinitionScanner ( ) : System | ||
Résultat | System |
protected IsExcludedAssembly ( |
||
candidate | The candidate. | |
Résultat | bool |
protected IsRequiredConstraintSatisfiedBy ( |
||
type | The type. | |
Résultat | bool |
public ScanAndRegisterTypes ( IObjectDefinitionRegistry registry ) : void | ||
registry | IObjectDefinitionRegistry | The registry within which to register the types. |
Résultat | void |