Click or drag to resize

AddInReference(String) Constructor

Initializes a new instance of the AddInReference class.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AddInReference(
	string name
)

Parameters

name  String
The referenced add-in name.
See Also