Instead of:
public void Run() { //do your stuff }you do this:
[Export("customInvoke")] public void CustomInvoke(string myParameter) { //do your stuff }
C#, .Net, MVC, jQuery, JavaScript, HTML, CSS, Umbraco, Phonegap / Cordova, Xamarin, iPhone, iOS, Swift, Android, Windows, apps, websites, Full Stack, ecommerce, Facebook, responsive, front-end. Freelance developer, programmer for web and mobile in Bristol, UK.
public void Run() { //do your stuff }you do this:
[Export("customInvoke")] public void CustomInvoke(string myParameter) { //do your stuff }