CoreStartupAddAddInsFromDirectory Method |
Find AddIns by searching all .addin files recursively in addInDir.
The AddIns that were found are added to the list of AddIn files to load.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddAddInsFromDirectory(
string addInDir
)
Parameters
- addInDir String
- The directory to search for add-in files.
See Also