Click or drag to resize

ApplicationStateInfoService Methods

The ApplicationStateInfoService type exposes the following members.

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