예제 #1
0
 /// <summary>
 /// Get the child processes by name
 /// </summary>
 public static ProcessId child(ProcessName name) =>
 InMessageLoop
         ? Self.Child(name)
         : raiseUseInMsgLoopOnlyException <ProcessId>(nameof(child));