System::Diagnostics::Process::Start metode

Process::Start() method

Memulai proses dengan parameter yang telah ditentukan.

bool System::Diagnostics::Process::Start()

Lihat Juga

Process::Start(const SharedPtr<ProcessStartInfo>&) method

Memulai proses dengan jalur dan argumen yang ditentukan.

static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
ParameterTipeDeskripsi
start_infoconst SharedPtr<ProcessStartInfo>&Informasi tentang proses yang akan dimulai.

ReturnValue

Object attached to newly started process.

Lihat Juga

Process::Start(const String&, const String&) method

Memulai proses dengan jalur dan argumen yang ditentukan.

static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
ParameterTipeDeskripsi
filenameconst String&Process jalur.
argumentsconst String&Process parameter.

ReturnValue

Object attached to newly started process.

Lihat Juga