Application Class |
Namespace: Windows.UI.Xaml
public class Application
The Application type exposes the following members.
Name | Description | |
---|---|---|
Application | Initializes a new instance of the Application class |
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnLaunched |
Invoked when the application is launched. Override this method to perform
application initialization and to display initial content in the associated
Window.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Current |
Gets the Application object for the current application.
| |
Resources |
Gets a collection of application-scoped resources, such as styles, templates,
and brushes.
| |
RootVisual |
Gets or sets the main application UI. This is an alias for: Window.Current.Content
|