TExternalBaseParseExternalXmlInfo Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Parse external DLL info from XML

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public static void ParseExternalXmlInfo(
	XmlElement root,
	out string apiVersion,
	out string language,
	out string version,
	out string name,
	out int minInputCount,
	out string infoText,
	out string licenseManagerID,
	out string licenseName
)

Parameters

root
Type: System.XmlXmlElement
Root XML element to parse from
apiVersion
Type: SystemString
Output API version
language
Type: SystemString
Output DLL language
version
Type: SystemString
Output DLL version
name
Type: SystemString
Output DLL name
minInputCount
Type: SystemInt32
Output min. number of inputs
infoText
Type: SystemString
Output optional info text
licenseManagerID
Type: SystemString
Output optional license manager ID
licenseName
Type: SystemString
Output optional license name
See Also

Reference