WebKit.IDOMEventListenerForkeydown.callWebScriptMethod C# (CSharp) Method

callWebScriptMethod() public method

public callWebScriptMethod ( string name, object &args, int cArgs ) : object
name string
args object
cArgs int
return object
        public object callWebScriptMethod(string name, ref object args, int cArgs)
        {
            throw new NotImplementedException();
        }