C# 클래스 Ioespt.UWP.DeviceControl.App

상속: Template10.Common.BootStrapper
파일 보기 프로젝트 열기: mikehole/internet-of-esp-things

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
SearchTimer_Tick ( object sender, object e ) : void
SsdpClient_DeviceFound ( object sender, DeviceFoundEventArgs e ) : void
WifiClient_DeviceFound ( object sender, WiFiClient e ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

GetXamlType() 공개 메소드

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

GetXamlType() 공개 메소드

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

GetXmlnsDefinitions() 공개 메소드

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

OnInitializeAsync() 공개 메소드

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

OnStartAsync() 공개 메소드

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