예제 #1
0
 private RenderProcess()
 {
     RemoteProcessId              = CfxRemoteCallContext.CurrentContext.ProcessId;
     app                          = new CfrApp();
     processHandler               = new RenderProcessHandler(this);
     app.GetRenderProcessHandler += (s, e) => e.SetReturnValue(processHandler);
 }
예제 #2
0
 internal static void OnRemoteProcessCreated(RenderProcessHandler processHandler)
 {
     RemoteProcessCreated?.Invoke(new RemoteProcessCreatedEventArgs(processHandler));
 }