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

Shows how to provide parameters to a Lua function from C#, call it, and get the result back.
Inheritance: Windows.UI.Xaml.Controls.Page
Exibir arquivo Open project: XamlBrewer/UWP-Lua-Scripting-Sample

Public Methods

Method Description
LuaFunctionPage ( ) : System

Private Methods

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

Method Details

LuaFunctionPage() public method

public LuaFunctionPage ( ) : System
return System