System::Diagnostics::Process::Start yöntemi
İçindekiler
[
Saklamak
]Process::Start() method
Önceden tanımlı parametrelerle işlemi başlatır.
bool System::Diagnostics::Process::Start()
Ayrıca Bakınız
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++
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)
| Parametre | Tür | Açıklama |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | Başlatılacak süreç hakkında bilgi. |
ReturnValue
Object attached to newly started process.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++
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)
| Parametre | Tür | Açıklama |
|---|---|---|
| filename | const String& | Process yolu. |
| arguments | const String& | Process parametreleri. |
ReturnValue
Object attached to newly started process.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++