How can I call the method below with reflection?
namespace Awesomium.Core
{
public delegate JSValue JavascriptMethodHandler(object sender, JavascriptMethodEventArgs e);
public class JSObject
{
public void Bind(string methodName, JavascriptMethodHandler handler)
{
// Does something
}
}
}
Aucun commentaire:
Enregistrer un commentaire