コード例 #1
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            self_local.AppendArgument(argument);
        }
コード例 #2
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxGetRenderProcessHandlerEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            e.SetReturnValue((CfxRenderProcessHandler)RemoteProxy.Unwrap(value));
        }
コード例 #3
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8Context)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.Global);
        }
コード例 #4
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxOnBeforeCommandLineProcessingEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.CommandLine);
        }
コード例 #5
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxOnRegisterCustomSchemesEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.Registrar);
        }
コード例 #6
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxV8Handler)RemoteProxy.Unwrap(this.sender);

            sender.Execute += CfxV8HandlerExecuteBrowserProcessCall.EventCall;
        }
コード例 #7
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     RemoteProxy.Release(proxyId);
 }
コード例 #8
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBinaryValue)RemoteProxy.Unwrap(self);

            __retval = self_local.GetData(buffer, bufferSize, dataOffset);
        }
コード例 #9
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self);

            __retval = self_local.IsEqual((CfxDictionaryValue)RemoteProxy.Unwrap(that));
        }
コード例 #10
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxDomVisitorVisitEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.Document);
        }
コード例 #11
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxBinaryValue)RemoteProxy.Unwrap(self);

            __retval = self_local.IsOwned;
        }
コード例 #12
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxDomVisitor)RemoteProxy.Unwrap(this.sender, null);

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

            self_local.PrependWrapper(wrapper);
        }
コード例 #15
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDomNode)RemoteProxy.Unwrap(self);

            __retval = self_local.SetElementAttribute(attrName, value);
        }
コード例 #16
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.Copy(excludeEmptyChildren));
        }
コード例 #17
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDomNode)RemoteProxy.Unwrap(self);

            __retval = self_local.ElementInnerText;
        }
コード例 #18
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(CfxDictionaryValue.Create());
 }
コード例 #19
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var e = (CfxV8HandlerExecuteEventArgs)BrowserProcessCall.GetEventArgs(eventArgsId);

            value = RemoteProxy.Wrap(e.Object);
        }
コード例 #20
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.GetList(key));
        }
コード例 #21
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.OnBeforeCommandLineProcessing -= CfxOnBeforeCommandLineProcessingBrowserProcessCall.EventCall;
        }
コード例 #22
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDictionaryValue)RemoteProxy.Unwrap(self);

            __retval = self_local.SetBool(key, value);
        }
コード例 #23
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.OnRegisterCustomSchemes -= CfxOnRegisterCustomSchemesBrowserProcessCall.EventCall;
        }
コード例 #24
0
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(CfxV8Context.GetEnteredContext());
 }
コード例 #25
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var sender = (CfxApp)RemoteProxy.Unwrap(this.sender);

            sender.GetRenderProcessHandler -= CfxGetRenderProcessHandlerBrowserProcessCall.EventCall;
        }
コード例 #26
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDomNode)RemoteProxy.Unwrap(self);

            __retval = (int)self_local.Type;
        }
コード例 #27
0
ファイル: CfxAppRemoteCalls.cs プロジェクト: xmcy0011/NanUI
 protected override void ExecuteInTargetProcess(RemoteConnection connection)
 {
     __retval = RemoteProxy.Wrap(new CfxApp());
 }
コード例 #28
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxDomNode)RemoteProxy.Unwrap(self);

            __retval = RemoteProxy.Wrap(self_local.LastChild);
        }
コード例 #29
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxV8Context)RemoteProxy.Unwrap(self);

            __retval = self_local.IsSame((CfxV8Context)RemoteProxy.Unwrap(that));
        }
コード例 #30
0
        protected override void ExecuteInTargetProcess(RemoteConnection connection)
        {
            var self_local = (CfxCommandLine)RemoteProxy.Unwrap(self);

            __retval = self_local.GetArguments();
        }