C# Class Ioespt.UWP.DeviceControl.App

Inheritance: Template10.Common.BootStrapper
Afficher le fichier Open project: mikehole/internet-of-esp-things

Méthodes publiques

Méthode Description
App ( ) : System
GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType(Type)

GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType(String)

GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]

GetXmlnsDefinitions()

OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
InitializeComponent ( ) : void
SearchTimer_Tick ( object sender, object e ) : void
SsdpClient_DeviceFound ( object sender, DeviceFoundEventArgs e ) : void
WifiClient_DeviceFound ( object sender, WiFiClient e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

GetXamlType() public méthode

GetXamlType(Type)
public GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
type global
Résultat global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType() public méthode

GetXamlType(String)
public GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType
fullName string
Résultat global::Windows.UI.Xaml.Markup.IXamlType

GetXmlnsDefinitions() public méthode

GetXmlnsDefinitions()
public GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]
Résultat global::Windows.UI.Xaml.Markup.XmlnsDefinition[]

OnInitializeAsync() public méthode

public OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
Résultat System.Threading.Tasks.Task

OnStartAsync() public méthode

public OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : System.Threading.Tasks.Task
startKind StartKind
args IActivatedEventArgs
Résultat System.Threading.Tasks.Task