WebKit.IDOMEventListenerForkeydown.callWebScriptMethod C# (CSharp) 메소드

callWebScriptMethod() 공개 메소드

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