Méthode | Description | |
---|---|---|
CanLoad ( |
Determines whether or not the current sourceType can be loaded.
|
|
Load ( |
Loads an IFactory and IFactory{T} instance into a IServiceContainer instance using the given sourceType.
|
Méthode | Description | |
---|---|---|
GetFactory ( |
Instantiates the given factory using the
|
|
GetResults ( |
Instantiates the IFactory instances associated with the sourceType and adds those factories to the target container upon initialization.
|
public CanLoad ( |
||
sourceType | The source type currently being loaded. | |
Résultat | bool |
public Load ( |
||
sourceType | The input type from which one or more factories will be created. | |
Résultat | IEnumerable |