jeudi 6 octobre 2016

How can I call this method with Reflection?

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