Click or drag to resize

ApplicationStateInfoService Class

This service is used to summarize important information about the state of the application when an exception occurs.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesApplicationStateInfoService

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ApplicationStateInfoService

The ApplicationStateInfoService type exposes the following members.

Constructors
 NameDescription
Public methodApplicationStateInfoServiceInitializes a new instance of the ApplicationStateInfoService class
Top
Methods
 NameDescription
Public methodAppendFormatted Appends the current application state information from all registered state getters to the specified StringBuilder.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCurrentApplicationStateInfo Gets a snapshot of the current application state information from all registered state getters.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsRegistered Determines whether a state getter with the specified title is already registered.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRegisterStateGetter Registers a new method to be invoked to get information about the current state of the application.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnregisterStateGetter Unregisters a state getter.
Top
See Also