WebKit.IDOMEventListenerForkeydown.callWebScriptMethod C# (CSharp) Méthode

callWebScriptMethod() public méthode

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