protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self); self_local.AppendArgument(argument); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var e = (CfxGetRenderProcessHandlerEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId); e.SetReturnValue((CfxRenderProcessHandler)RemoteProxy.Unwrap(value)); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxV8Context)RemoteProxy.Unwrap(self); __retval = RemoteProxy.Wrap(self_local.Global); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var e = (CfxOnBeforeCommandLineProcessingEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId); value = RemoteProxy.Wrap(e.CommandLine); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var e = (CfxOnRegisterCustomSchemesEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId); value = RemoteProxy.Wrap(e.Registrar); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var sender = (CfxV8Handler)RemoteProxy.Unwrap(this.sender); sender.Execute += CfxV8HandlerExecuteBrowserProcessCall.EventCall; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { RemoteProxy.Release(proxyId); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxBinaryValue)RemoteProxy.Unwrap(self); __retval = self_local.GetData(buffer, bufferSize, dataOffset); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self); __retval = self_local.IsEqual((CfxDictionaryValue)RemoteProxy.Unwrap(that)); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var e = (CfxDomVisitorVisitEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId); value = RemoteProxy.Wrap(e.Document); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxBinaryValue)RemoteProxy.Unwrap(self); __retval = self_local.IsOwned; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var sender = (CfxDomVisitor)RemoteProxy.Unwrap(this.sender, null); sender.Visit -= CfxDomVisitorVisitBrowserProcessCall.EventCall; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { __retval = RemoteProxy.Wrap(CfxCommandLine.GetGlobal()); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self); self_local.PrependWrapper(wrapper); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDomNode)RemoteProxy.Unwrap(self); __retval = self_local.SetElementAttribute(attrName, value); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self); __retval = RemoteProxy.Wrap(self_local.Copy(excludeEmptyChildren)); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDomNode)RemoteProxy.Unwrap(self); __retval = self_local.ElementInnerText; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { __retval = RemoteProxy.Wrap(CfxDictionaryValue.Create()); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var e = (CfxV8HandlerExecuteEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId); value = RemoteProxy.Wrap(e.Object); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self); __retval = RemoteProxy.Wrap(self_local.GetList(key)); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var sender = (CfxApp)RemoteProxy.Unwrap(this.sender); sender.OnBeforeCommandLineProcessing -= CfxOnBeforeCommandLineProcessingBrowserProcessCall.EventCall; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self); __retval = self_local.SetBool(key, value); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var sender = (CfxApp)RemoteProxy.Unwrap(this.sender); sender.OnRegisterCustomSchemes -= CfxOnRegisterCustomSchemesBrowserProcessCall.EventCall; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { __retval = RemoteProxy.Wrap(CfxV8Context.GetEnteredContext()); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var sender = (CfxApp)RemoteProxy.Unwrap(this.sender); sender.GetRenderProcessHandler -= CfxGetRenderProcessHandlerBrowserProcessCall.EventCall; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDomNode)RemoteProxy.Unwrap(self); __retval = (int)self_local.Type; }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { __retval = RemoteProxy.Wrap(new CfxApp()); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxDomNode)RemoteProxy.Unwrap(self); __retval = RemoteProxy.Wrap(self_local.LastChild); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxV8Context)RemoteProxy.Unwrap(self); __retval = self_local.IsSame((CfxV8Context)RemoteProxy.Unwrap(that)); }
protected override void ExecuteInTargetProcess(RemoteConnection connection) { var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self); __retval = self_local.GetArguments(); }