Click or drag to resize

AddInManifestReadManifestSection Method

Reads the manifest section from XML.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ReadManifestSection(
	XmlReader reader,
	string? hintPath
)

Parameters

reader  XmlReader
The XML reader positioned on the manifest element.
hintPath  String
The base path used to resolve relative references.
See Also