Mega Code Archive

 
Categories / C# Tutorial / Development
 

Using the computer alias (do not precede with )

using System; using System.Diagnostics; using System.ComponentModel;     class MyProcess     {         static void Main()         {             Process [] remoteByName = Process.GetProcessesByName("notepad", "myComputer");         }         }