Application Properties
Silverlight
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplicationLifetimeObjects | Gets the application extension services that have been registered for this application. |
|
Current | Gets the Application object for the current application. |
|
HasElevatedPermissions | Gets a value that indicates whether the application is running with elevated permissions. |
|
Host | Gets various details about the Silverlight application's host. |
|
InstallState | Gets the current out-of-browser installation state of the application. |
|
IsRunningOutOfBrowser | Gets a value that indicates whether the application was launched from the out-of-browser state. |
|
MainWindow | Gets the out-of-browser application window. |
|
Resources | Gets a collection of application-scoped resources, such as styles, templates, and brushes. |
|
RootVisual | Gets or sets the main application UI. |
|
Windows | Gets a collection of the Window instances that have been created. |