Exemplo n.º 1
0
        /// <summary>
        /// Returns a writable copy of this object.
        /// </summary>
        /// <remarks>
        /// See also the original CEF documentation in
        /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_process_message_capi.h">cef/include/capi/cef_process_message_capi.h</see>.
        /// </remarks>
        public CfrProcessMessage Copy()
        {
            var call = new CfxProcessMessageCopyRenderProcessCall();

            call.self = CfrObject.Unwrap(this);
            call.RequestExecution(this);
            return(CfrProcessMessage.Wrap(call.__retval));
        }
        /// <summary>
        /// Returns a writable copy of this object.
        /// </summary>
        /// <remarks>
        /// See also the original CEF documentation in
        /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_process_message_capi.h">cef/include/capi/cef_process_message_capi.h</see>.
        /// </remarks>
        public CfrProcessMessage Copy()
        {
            var call = new CfxProcessMessageCopyRenderProcessCall();

            call.@this = proxyId;
            call.RequestExecution(this);
            return(CfrProcessMessage.Wrap(call.__retval));
        }
Exemplo n.º 3
0
 /// <summary>
 /// Returns a writable copy of this object.
 /// </summary>
 /// <remarks>
 /// See also the original CEF documentation in
 /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_process_message_capi.h">cef/include/capi/cef_process_message_capi.h</see>.
 /// </remarks>
 public CfrProcessMessage Copy()
 {
     var call = new CfxProcessMessageCopyRenderProcessCall();
     call.self = CfrObject.Unwrap(this);
     call.RequestExecution(this);
     return CfrProcessMessage.Wrap(call.__retval);
 }