Click or drag to resize

ApplicationStateInfoServiceGetCurrentApplicationStateInfo Method

Gets a snapshot of the current application state information from all registered state getters.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyDictionary<string, Object> GetCurrentApplicationStateInfo()

Return Value

IReadOnlyDictionaryString, Object
A dictionary with the titles and results of all registered state getters.
See Also