System::Diagnostics::Process::Start μέθοδος

Process::Start() method

Ξεκινά τη διαδικασία με προ-ορισμένες παραμέτρους.

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

Δείτε επίσης

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

Ξεκινά τη διαδικασία με καθορισμένη διαδρομή και ορίσματα.

static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
ParameterTypeΠεριγραφή
start_infoconst SharedPtr<ProcessStartInfo>&Πληροφορίες για τη διαδικασία που θα ξεκινήσει.

ReturnValue

Object attached to newly started process.

Δείτε επίσης

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

Ξεκινά τη διαδικασία με καθορισμένη διαδρομή και ορίσματα.

static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
ParameterTypeΠεριγραφή
filenameconst String&Process διαδρομή.
argumentsconst String&Process παράμετροι.

ReturnValue

Object attached to newly started process.

Δείτε επίσης