System::Diagnostics::Process::Start methode
inhoud
[
verbergen
]Process::Start() method
Start proces met vooraf gedefinieerde parameters.
bool System::Diagnostics::Process::Start()
Zie ook
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::Start(const SharedPtr<ProcessStartInfo>&) method
Start proces met opgegeven pad en argumenten.
static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
| Parameter | Type | Beschrijving |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | Informatie over het te starten proces. |
ReturnValue
Object attached to newly started process.
Zie ook
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::Start(const String&, const String&) method
Start proces met opgegeven pad en argumenten.
static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
| Parameter | Type | Beschrijving |
|---|---|---|
| filename | const String& | Process pad. |
| arguments | const String& | Process parameters. |
ReturnValue
Object attached to newly started process.
Zie ook
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++