Click or drag to resize

App Methods

The App type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindResource
Searches for a user interface (UI) resource, such as a Style or Brush, with the specified key, and throws an exception if the requested resource is not found (see XAML Resources).
(Inherited from Application.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeComponent
InitializeComponent
Public methodStatic memberMain
Application Entry Point.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnActivated
Raises the Activated event.
(Inherited from Application.)
Protected methodOnDeactivated
Raises the Deactivated event.
(Inherited from Application.)
Protected methodOnExit
Raises the Exit event.
(Inherited from Application.)
Protected methodOnFragmentNavigation
Raises the FragmentNavigation event.
(Inherited from Application.)
Protected methodOnLoadCompleted
Raises the LoadCompleted event.
(Inherited from Application.)
Protected methodOnNavigated
Raises the Navigated event.
(Inherited from Application.)
Protected methodOnNavigating
Raises the Navigating event.
(Inherited from Application.)
Protected methodOnNavigationFailed
Raises the NavigationFailed event.
(Inherited from Application.)
Protected methodOnNavigationProgress
Raises the NavigationProgress event.
(Inherited from Application.)
Protected methodOnNavigationStopped
Raises the NavigationStopped event.
(Inherited from Application.)
Protected methodOnSessionEnding
Raises the SessionEnding event.
(Inherited from Application.)
Protected methodOnStartup
Raises the Startup event.
(Inherited from Application.)
Public methodRun
Starts a Windows Presentation Foundation (WPF) application.
(Inherited from Application.)
Public methodRun(Window)
Starts a Windows Presentation Foundation (WPF) application and opens the specified window.
(Inherited from Application.)
Public methodShutdown
Shuts down an application.
(Inherited from Application.)
Public methodShutdown(Int32)
Shuts down an application that returns the specified exit code to the operating system.
(Inherited from Application.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFindResource
Searches for the specified resource.
(Inherited from Application.)
Top
See Also