Beispiel #1
0
        internal static IntPtr CreateRemote()
        {
            var call = new CfxLoadHandlerCtorRenderProcessCall();

            call.RequestExecution(CfxRemoteCallContext.CurrentContext.connection);
            return(call.__retval);
        }
Beispiel #2
0
 internal static IntPtr CreateRemote()
 {
     var call = new CfxLoadHandlerCtorRenderProcessCall();
     call.RequestExecution(CfxRemoteCallContext.CurrentContext.connection);
     return call.__retval;
 }