protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxTaskRunner)RemoteProxy.Unwrap(self);

            __retval = self_local.BelongsToThread((CfxThreadId)threadId);
        }
Esempio n. 2
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.GetRenderProcessHandler -= CfxGetRenderProcessHandlerBrowserProcessCall.EventCall;
        }
Esempio n. 3
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxDomVisitor)RemoteProxy.Unwrap(this.sender);

            sender.Visit -= CfxDomVisitorVisitBrowserProcessCall.EventCall;
        }
Esempio n. 4
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxTime)RemoteProxy.Unwrap(this.sender);

            sender.Millisecond = value;
        }
Esempio n. 5
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.OnBeforeCommandLineProcessing -= CfxOnBeforeCommandLineProcessingBrowserProcessCall.EventCall;
        }
Esempio n. 6
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.FocusedFrame);
        }
Esempio n. 7
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

            __retval = self_local.SendProcessMessage((CfxProcessId)targetProcess, (CfxProcessMessage)RemoteProxy.Unwrap(message));
        }
Esempio n. 8
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

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

            self_local.Program = value;
        }
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8Exception)RemoteProxy.Unwrap(self);

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

            __retval = RemoteProxy.Wrap(self_local.Copy());
        }
Esempio n. 12
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = CfxRuntime.RegisterExtension(extensionName, javascriptCode, (CfxV8Handler)RemoteProxy.Unwrap(handler));
 }
Esempio n. 13
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = CfxRuntime.PostTask((CfxThreadId)threadId, (CfxTask)RemoteProxy.Unwrap(task));
 }
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxTaskRunner)RemoteProxy.Unwrap(self);

            __retval = self_local.PostDelayedTask((CfxTask)RemoteProxy.Unwrap(task), delayMs);
        }
Esempio n. 15
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8StackFrame)RemoteProxy.Unwrap(self);

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

            __retval = self_local.HasSwitch(name);
        }
Esempio n. 17
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

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

            self_local.AppendSwitchWithValue(name, value);
        }
Esempio n. 19
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

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

            __retval = self_local.GetArguments();
        }
Esempio n. 21
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

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

            self_local.AppendArgument(argument);
        }
Esempio n. 23
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxTime)RemoteProxy.Unwrap(this.sender);

            value = sender.Year;
        }
Esempio n. 24
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.PrependWrapper(wrapper);
        }
Esempio n. 25
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.OnRegisterCustomSchemes -= CfxOnRegisterCustomSchemesBrowserProcessCall.EventCall;
        }
Esempio n. 26
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = CfxRuntime.ExecuteProcessInternal((CfxApp)RemoteProxy.Unwrap(application));
 }
Esempio n. 27
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxGetRenderProcessHandlerEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            e.SetReturnValue((CfxRenderProcessHandler)RemoteProxy.Unwrap(value));
        }
Esempio n. 28
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8StackFrame)RemoteProxy.Unwrap(self);

            __retval = self_local.ScriptNameOrSourceUrl;
        }
Esempio n. 29
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxValue)RemoteProxy.Unwrap(self);

            __retval = self_local.String;
        }
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxTaskRunner)RemoteProxy.Unwrap(self);

            __retval = self_local.IsSame((CfxTaskRunner)RemoteProxy.Unwrap(that));
        }