/// <summary> /// Returns a copy of this object. The underlying data will also be copied. /// </summary> /// <remarks> /// See also the original CEF documentation in /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_values_capi.h">cef/include/capi/cef_values_capi.h</see>. /// </remarks> public CfrValue Copy() { var call = new CfxValueCopyRenderProcessCall(); call.@this = proxyId; call.RequestExecution(this); return(CfrValue.Wrap(call.__retval)); }
/// <summary> /// Returns a copy of this object. The underlying data will also be copied. /// </summary> /// <remarks> /// See also the original CEF documentation in /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_values_capi.h">cef/include/capi/cef_values_capi.h</see>. /// </remarks> public CfrValue Copy() { var call = new CfxValueCopyRenderProcessCall(); call.self = CfrObject.Unwrap(this); call.RequestExecution(this); return(CfrValue.Wrap(call.__retval)); }