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;
        }
        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));
        }