Exemplo n.º 1
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.AppendArgument(argument);
        }
Exemplo n.º 2
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxGetRenderProcessHandlerEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            e.SetReturnValue((CfxRenderProcessHandler)RemoteProxy.Unwrap(value));
        }
Exemplo n.º 3
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8Context)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.Global);
        }
Exemplo n.º 4
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxOnBeforeCommandLineProcessingEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.CommandLine);
        }
Exemplo n.º 5
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxOnRegisterCustomSchemesEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.Registrar);
        }
Exemplo n.º 6
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxV8Handler)RemoteProxy.Unwrap(this.sender);

            sender.Execute += CfxV8HandlerExecuteBrowserProcessCall.EventCall;
        }
Exemplo n.º 7
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     RemoteProxy.Release(proxyId);
 }
Exemplo n.º 8
0
        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));
        }
Exemplo n.º 10
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxDomVisitorVisitEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.Document);
        }
Exemplo n.º 11
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBinaryValue)RemoteProxy.Unwrap(self);

            __retval = self_local.IsOwned;
        }
Exemplo n.º 12
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxDomVisitor)RemoteProxy.Unwrap(this.sender, null);

            sender.Visit -= CfxDomVisitorVisitBrowserProcessCall.EventCall;
        }
Exemplo n.º 13
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(CfxCommandLine.GetGlobal());
 }
Exemplo n.º 14
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.PrependWrapper(wrapper);
        }
Exemplo n.º 15
0
        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));
        }
Exemplo n.º 17
0
        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());
 }
Exemplo n.º 19
0
        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));
        }
Exemplo n.º 21
0
        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);
        }
Exemplo n.º 23
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.OnRegisterCustomSchemes -= CfxOnRegisterCustomSchemesBrowserProcessCall.EventCall;
        }
Exemplo n.º 24
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(CfxV8Context.GetEnteredContext());
 }
Exemplo n.º 25
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.GetRenderProcessHandler -= CfxGetRenderProcessHandlerBrowserProcessCall.EventCall;
        }
Exemplo n.º 26
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDomNode)RemoteProxy.Unwrap(self);

            __retval = (int)self_local.Type;
        }
Exemplo n.º 27
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(new CfxApp());
 }
Exemplo n.º 28
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDomNode)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.LastChild);
        }
Exemplo n.º 29
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8Context)RemoteProxy.Unwrap(self);

            __retval = self_local.IsSame((CfxV8Context)RemoteProxy.Unwrap(that));
        }
Exemplo n.º 30
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            __retval = self_local.GetArguments();
        }