SolverSetupTLoadFromAssembly(Type, Boolean, Type) Method |
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IEnumerable<IIterativeSolverSetup<T>> LoadFromAssembly(
Type typeInAssembly,
bool ignoreFailed = true,
params Type[] typesToExclude
)
Parameters
- typeInAssembly Type
- The type in the assembly which should be searched for setup objects.
- ignoreFailed Boolean (Optional)
- If true, types that fail to load are simply ignored. Otherwise the exception is rethrown.
- typesToExclude Type
- The IIterativeSolverT types that should not be loaded.
Return Value
IEnumerableIIterativeSolverSetupTThe discovered solver setup objects.
See Also