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.3179.0 (4.8.3179.0)
Syntax public void AddAddInsFromDirectory(
string addInDir
)
Parameters
- addInDir String
[Missing <param name="addInDir"/> documentation for "M:Altaxo.AddInItems.CoreStartup.AddAddInsFromDirectory(System.String)"]
See Also