C# Class Ioespt.UWP.DeviceControl.App

Inheritance: Template10.Common.BootStrapper
ファイルを表示 Open project: mikehole/internet-of-esp-things

Public Methods

Method 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

Method 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 method

public App ( ) : System
return System

GetXamlType() public method

GetXamlType(Type)
public GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
type global
return global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType() public method

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

GetXmlnsDefinitions() public method

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

OnInitializeAsync() public method

public OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
return System.Threading.Tasks.Task

OnStartAsync() public method

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