Click or drag to resize

CoreStartupAddAddInFile Method

Add the specified .addin file to the list of AddIn files to load.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddAddInFile(
	string addInFile
)

Parameters

addInFile  String
The add-in file to add.
See Also