WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Protected Member Functions | List of all members
SampleWdpClient.UniversalWindows.App Class Reference

Provides application-specific behavior to supplement the default Application class. More...

Inheritance diagram for SampleWdpClient.UniversalWindows.App:

Public Member Functions

 App ()
 Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain(). More...
 
void InitializeComponent ()
 InitializeComponent() More...
 
global::Windows.UI.Xaml.Markup.IXamlType GetXamlType (global::System.Type type)
 GetXamlType(Type) More...
 
global::Windows.UI.Xaml.Markup.IXamlType GetXamlType (string fullName)
 GetXamlType(String) More...
 
global::Windows.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions ()
 GetXmlnsDefinitions() More...
 

Protected Member Functions

override void OnLaunched (LaunchActivatedEventArgs e)
 Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file. More...
 

Detailed Description

Provides application-specific behavior to supplement the default Application class.

Constructor & Destructor Documentation

SampleWdpClient.UniversalWindows.App.App ( )
inline

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Member Function Documentation

global.Windows.UI.Xaml.Markup.IXamlType SampleWdpClient.UniversalWindows.App.GetXamlType ( global::System.Type  type)
inline

GetXamlType(Type)

global.Windows.UI.Xaml.Markup.IXamlType SampleWdpClient.UniversalWindows.App.GetXamlType ( string  fullName)
inline

GetXamlType(String)

global.Windows.UI.Xaml.Markup.XmlnsDefinition [] SampleWdpClient.UniversalWindows.App.GetXmlnsDefinitions ( )
inline
void SampleWdpClient.UniversalWindows.App.InitializeComponent ( )
inline
override void SampleWdpClient.UniversalWindows.App.OnLaunched ( LaunchActivatedEventArgs  e)
inlineprotected

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.

Parameters
eDetails about the launch request and process.

The documentation for this class was generated from the following files: