FitFunctionServiceGetFitFunctionCreatorAttributes Method |
Gets all fit function creator attributes (search in all already (!) loaded assembly).
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static SortedList<FitFunctionCreatorAttribute, MethodInfo> GetFitFunctionCreatorAttributes()
Return Value
SortedListFitFunctionCreatorAttribute,
MethodInfoThe fit function creator attributes in all loaded assemblies. The value is a sorted list
of the attributes together with the method info it is attached to.
See Also