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

            self_local.AppendArgument(argument);
        }
Esempio n. 2
0
        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);
        }
Esempio n. 4
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxOnBeforeCommandLineProcessingEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

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

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

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

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

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

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

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

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

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

            __retval = (int)self_local.Type;
        }
Esempio n. 27
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(new CfxApp());
 }
Esempio n. 28
0
        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));
        }
Esempio n. 30
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            __retval = self_local.GetArguments();
        }