如何在一个进程中启动另外一个线程:ProcessStartInfo Constructor

Initializes a new instance of the ProcessStartInfo class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

                           NameDescription
Public methodProcessStartInfo()Initializes a new instance of the ProcessStartInfo class without specifying a file name with which to start the process.
Public methodProcessStartInfo(String)Initializes a new instance of the ProcessStartInfo class and specifies a file name such as an application or document with which to start the process.
Public methodProcessStartInfo(String, String)Initializes a new instance of the ProcessStartInfo class, specifies an application file name with which to start the process, and specifies a set of command-line arguments to pass to the application.
Top
做个快乐的自己。
原文地址:https://www.cnblogs.com/Jessy/p/2068790.html