CoreStartupAddAddInFile Method |
Add the specified .addin file 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 AddAddInFile(
string addInFile
)
Parameters
- addInFile String
- The add-in file to add.
See Also