[This is preliminary documentation and is subject to change.]
The core services of the application (singleton).
| C# | Visual Basic | Visual C++ |
public class ApplicationServices
Public Class ApplicationServices
public ref class ApplicationServices
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ApplicationServices()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| HostWindow |
The application host window.
| |
| InitializePlugIns()()() |
Initializes the plugins that have been loaded during application startup.
| |
| Instance |
A reference to the singleton instance of the services for this application.
| |
| LoadPlugIn(IPlugIn) |
Loads the plugIn (calling its LoadPlugIn(ApplicationServices) method) and
adds it to the Plugins dictionary for access by other services.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Plugins |
A dictionary of the current plugins for this application.
| |
| Settings |
The application settings instance.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ApplicationServices | |