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.3179.0 (4.8.3179.0)
Syntax
C#
public void AddAddInFile(
	string addInFile
)

Parameters

addInFile  String

[Missing <param name="addInFile"/> documentation for "M:Altaxo.AddInItems.CoreStartup.AddAddInFile(System.String)"]

See Also