AddInReferenceCheck Method |
Checks whether the reference can be satisfied from the specified add-ins.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the reference can be satisfied; otherwise,
false.
See Also