Click or drag to resize

AddInLoad(IAddInTree, TextReader, String, XmlNameTable) Method

Loads an add-in from a text reader.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AddIn Load(
	IAddInTree addInTree,
	TextReader textReader,
	string? hintPath = null,
	XmlNameTable? nameTable = null
)

Parameters

addInTree  IAddInTree
The add-in tree that will own the loaded add-in.
textReader  TextReader
The reader that provides the add-in XML.
hintPath  String  (Optional)
The base path used to resolve relative file references.
nameTable  XmlNameTable  (Optional)
The XML name table to use while reading.

Return Value

AddIn
The loaded add-in.
See Also