Application |
public class ApplicationStateInfoService
The ApplicationStateInfoService type exposes the following members.
Name | Description | |
---|---|---|
ApplicationStateInfoService | Initializes a new instance of the ApplicationStateInfoService class |
Name | Description | |
---|---|---|
AppendFormatted | Appends the current application state information from all registered state getters to the specified StringBuilder. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetCurrentApplicationStateInfo | Gets a snapshot of the current application state information from all registered state getters. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsRegistered | Determines whether a state getter with the specified title is already registered. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RegisterStateGetter | Registers a new method to be invoked to get information about the current state of the application. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UnregisterStateGetter | Unregisters a state getter. |