[This is preliminary documentation and is subject to change.]
The TestApplication type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TestApplication | Initializes a new instance of the TestApplication class |
Methods
| Name | Description | |
|---|---|---|
| Destructor |
Override this method to do actual destructor work
(Inherited from DisposableObject.) | |
| Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) | |
| EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Finalize | (Inherited from DisposableObject.) | |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| LocalizedTimeToUniversalTime | ||
| MakeNewSessionInstance | ||
Creates a shallow copy of the current (Inherited from | ||
| NotifyAllConfigSettingsAboutChange |
Forces notification of all registered IConfigSettings-implementers about configuration change
| |
| NotifyAllConfigSettingsAboutChange(IConfigSectionNode) |
Forces notification of all registered IConfigSettings-implementers about configuration change
| |
| RegisterAppFinishNotifiable | ||
| RegisterConfigSettings |
Registers an instance of IConfigSettings with application container to receive a call when
underlying app configuration changes
| |
| Stop | ||
Returns a string that represents the current object. (Inherited from | ||
| UniversalTimeToLocalizedTime | ||
| UnregisterAppFinishNotifiable | ||
| UnregisterConfigSettings |
Removes the registration of IConfigSettings from application container
|
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| m_ConfigRoot | ||
| m_ConfigSettings | ||
| m_InstanceID |
Properties
| Name | Description | |
|---|---|---|
| Active | ||
| ConfigRoot | ||
| DataStore | ||
| Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) | |
| DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) | |
| EventTimer | ||
| Glue | ||
| InstanceID | ||
| Instrumentation | ||
| IsUnitTest | ||
| LocalizedTime | ||
| Log | ||
| Name | ||
| ObjectStore | ||
| SecurityManager | ||
| ShutdownStarted | ||
| StartTime | ||
| Stopping | ||
| Throttling | ||
| TimeLocation | ||
| TimeSource |
See Also