App Class

net_course_01

App Class

Логика взаимодействия для App.xaml
App
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsApplication
      WpfUIApp

Namespace:  WpfUI
Assembly:  WpfUI (in WpfUI.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class App : Application

The App type exposes the following members.

Constructors
  NameDescription
Public methodApp
Initializes a new instance of the App class
Top
Properties
  NameDescription
Public propertyDispatcher (Inherited from DispatcherObject.)
Public propertyMainWindow (Inherited from Application.)
Public propertyProperties (Inherited from Application.)
Public propertyResources (Inherited from Application.)
Public propertyShutdownMode (Inherited from Application.)
Public propertyStartupUri (Inherited from Application.)
Public propertyWindows (Inherited from Application.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindResource (Inherited from Application.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeComponent
InitializeComponent
Public methodStatic memberMain
Application Entry Point.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnActivated (Inherited from Application.)
Protected methodOnDeactivated (Inherited from Application.)
Protected methodOnExit (Inherited from Application.)
Protected methodOnFragmentNavigation (Inherited from Application.)
Protected methodOnLoadCompleted (Inherited from Application.)
Protected methodOnNavigated (Inherited from Application.)
Protected methodOnNavigating (Inherited from Application.)
Protected methodOnNavigationFailed (Inherited from Application.)
Protected methodOnNavigationProgress (Inherited from Application.)
Protected methodOnNavigationStopped (Inherited from Application.)
Protected methodOnSessionEnding (Inherited from Application.)
Protected methodOnStartup (Inherited from Application.)
Public methodRun (Inherited from Application.)
Public methodRun(Window) (Inherited from Application.)
Public methodShutdown (Inherited from Application.)
Public methodShutdown(Int32) (Inherited from Application.)
Public methodToString (Inherited from Object.)
Public methodTryFindResource (Inherited from Application.)
Top
Events
  NameDescription
Public eventActivated (Inherited from Application.)
Public eventDeactivated (Inherited from Application.)
Public eventDispatcherUnhandledException (Inherited from Application.)
Public eventExit (Inherited from Application.)
Public eventFragmentNavigation (Inherited from Application.)
Public eventLoadCompleted (Inherited from Application.)
Public eventNavigated (Inherited from Application.)
Public eventNavigating (Inherited from Application.)
Public eventNavigationFailed (Inherited from Application.)
Public eventNavigationProgress (Inherited from Application.)
Public eventNavigationStopped (Inherited from Application.)
Public eventSessionEnding (Inherited from Application.)
Public eventStartup (Inherited from Application.)
Top
Remarks

[Missing <remarks> documentation for "T:WpfUI.App"]

See Also