Click or drag to resize

App Class

Interaction logic for App.xaml
App
Inheritance Hierarchy

Namespace:  VMInfoFace.Win
Assembly:  VMInfoFace.Win (in VMInfoFace.Win.exe) Version: 21.5.28.1 (21.5.28.1171)
Syntax
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 propertyStatic memberVersion
Gives the assembly version
Top
Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Public methodStatic memberMain
Application Entry Point.
Protected methodOnStartup
Program start parameters handling
(Overrides ApplicationOnStartup(StartupEventArgs).)
Top
See Also