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

            __retval = self_local.BelongsToThread((CfxThreadId)threadId);
        }
Пример #2
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.GetRenderProcessHandler -= CfxGetRenderProcessHandlerBrowserProcessCall.EventCall;
        }
Пример #3
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxDomVisitor)RemoteProxy.Unwrap(this.sender);

            sender.Visit -= CfxDomVisitorVisitBrowserProcessCall.EventCall;
        }
Пример #4
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxTime)RemoteProxy.Unwrap(this.sender);

            sender.Millisecond = value;
        }
Пример #5
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.OnBeforeCommandLineProcessing -= CfxOnBeforeCommandLineProcessingBrowserProcessCall.EventCall;
        }
Пример #6
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.FocusedFrame);
        }
Пример #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));
        }
Пример #8
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.InitFromString(commandLine);
        }
Пример #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;
        }
Пример #11
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.Copy());
        }
Пример #12
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = CfxRuntime.RegisterExtension(extensionName, javascriptCode, (CfxV8Handler)RemoteProxy.Unwrap(handler));
 }
Пример #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);
        }
Пример #15
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8StackFrame)RemoteProxy.Unwrap(self);

            __retval = self_local.IsValid;
        }
Пример #16
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            __retval = self_local.HasSwitch(name);
        }
Пример #17
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

            __retval = self_local.CanGoForward;
        }
Пример #18
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.AppendSwitchWithValue(name, value);
        }
Пример #19
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

            __retval = self_local.GetFrameNames();
        }
Пример #20
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            __retval = self_local.GetArguments();
        }
Пример #21
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBrowser)RemoteProxy.Unwrap(self);

            self_local.GoBack();
        }
Пример #22
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.AppendArgument(argument);
        }
Пример #23
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxTime)RemoteProxy.Unwrap(this.sender);

            value = sender.Year;
        }
Пример #24
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.PrependWrapper(wrapper);
        }
Пример #25
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

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

            e.SetReturnValue((CfxRenderProcessHandler)RemoteProxy.Unwrap(value));
        }
Пример #28
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8StackFrame)RemoteProxy.Unwrap(self);

            __retval = self_local.ScriptNameOrSourceUrl;
        }
Пример #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));
        }