C# Class SDKTemplate.AppServiceBridge

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: Myfreedom614/UWP-Samples

Public Methods

Method Description
AppServiceBridge ( ) : Windows.UI.Xaml

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
LaunchBackgroundProcess_Click ( object sender, RoutedEventArgs e ) : void

Launches the Win32 background process via the new "fullTrustProcess" extenstion

SendRequest_Click ( object sender, RoutedEventArgs e ) : void

Sends message to the full trust process and receives a response back

Method Details

AppServiceBridge() public method

public AppServiceBridge ( ) : Windows.UI.Xaml
return Windows.UI.Xaml

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void