C# Class XamlBrewer.UWP.MoonSharpSample.Views.ObjectSharingPage

Shows how to expose a C# instance to a Lua script, how the script accesses and manipulates that instance.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: XamlBrewer/UWP-Lua-Scripting-Sample

Public Methods

Method Description
ObjectSharingPage ( ) : System

Private Methods

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

Method Details

ObjectSharingPage() public method

public ObjectSharingPage ( ) : System
return System