AddInManifestReadManifestSection Method |
Reads the manifest section from XML.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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