System.Diagnostics.Process.Start

 System.Diagnostics.Process.Start(@"\\192.168.10.16");

 

System.Diagnostics.Process.Start("::{208D2C60-3AEA-1069-A2D7-08002B30309D}");  //打开网上领居

 

string path = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles);
            System.Diagnostics.Process.Start("explorer.exe", path);

你可能感兴趣的:(System.Diagnostics.Process.Start)