Click or drag to resize
Application Class
Encapsulates the app and its available services.
Inheritance Hierarchy
SystemObject
  Windows.UI.XamlApplication

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public class Application

The Application type exposes the following members.

Constructors
  NameDescription
Public methodApplication
Initializes a new instance of the Application class
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLaunched
Invoked when the application is launched. Override this method to perform application initialization and to display initial content in the associated Window.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Gets the Application object for the current application.
Public propertyResources
Gets a collection of application-scoped resources, such as styles, templates, and brushes.
Public propertyRootVisual
Gets or sets the main application UI. This is an alias for: Window.Current.Content
Top
See Also