System::Diagnostics::Process::Start metode
isi
[
bersembunyi
]Process::Start() method
Memulai proses dengan parameter yang telah ditentukan.
bool System::Diagnostics::Process::Start()
Lihat Juga
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | Informasi tentang proses yang akan dimulai. |
ReturnValue
Object attached to newly started process.
Lihat Juga
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| filename | const String& | Process jalur. |
| arguments | const String& | Process parameter. |
ReturnValue
Object attached to newly started process.
Lihat Juga
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++