Click or drag to resize

AddInReferenceCheck Method

Checks whether the reference can be satisfied from the specified add-ins.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Check(
	Dictionary<string, Version> addIns,
	out Version?? versionFound
)

Parameters

addIns  DictionaryString, Version
The available add-ins keyed by identity name.
versionFound  Version
When this method returns, contains the located version if a matching add-in was found.

Return Value

Boolean
true if the reference can be satisfied; otherwise, false.
See Also