System::Diagnostics::Process::Start yöntemi

Process::Start() method

Önceden tanımlı parametrelerle işlemi başlatır.

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

Ayrıca Bakınız

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

Belirtilen yol ve argümanlarla işlemi başlatır.

static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
ParametreTürAçıklama
start_infoconst SharedPtr<ProcessStartInfo>&Başlatılacak süreç hakkında bilgi.

ReturnValue

Object attached to newly started process.

Ayrıca Bakınız

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

Belirtilen yol ve argümanlarla işlemi başlatır.

static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
ParametreTürAçıklama
filenameconst String&Process yolu.
argumentsconst String&Process parametreleri.

ReturnValue

Object attached to newly started process.

Ayrıca Bakınız