CommandLineProcessHostStartChildProcess - метод
Запускает дочерний процесс и возвращает ссылку на него.
Пространство имён: Chronos.Platform.HostingСборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 4.0.4
public Process StartChildProcess(
params string?[]? args
)
Public Function StartChildProcess (
ParamArray args As String()
) As Process
public:
virtual Process^ StartChildProcess(
... array<String^>^ args
) sealed
abstract StartChildProcess :
args : string[] -> Process
override StartChildProcess :
args : string[] -> Process
- args String
- Аргументы командной строки, передаваемые дочернему процессу.
ProcessСсылка на запущенный дочерний процесс.
IProcessHostStartChildProcess(String)