System::Diagnostics::Process::Start-metoden
Innehåll
[
Dölj
]Process::Start() method
Startar processen med fördefinierade parametrar.
bool System::Diagnostics::Process::Start()
Se även
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::Start(const SharedPtr<ProcessStartInfo>&) method
Startar processen med angiven sökväg och argument.
static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
| Parameter | Type | Beskrivning |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | Information om processen att starta. |
ReturnValue
Object attached to newly started process.
Se även
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::Start(const String&, const String&) method
Startar processen med angiven sökväg och argument.
static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
| Parameter | Type | Beskrivning |
|---|---|---|
| filename | const String& | Process sökväg. |
| arguments | const String& | Process parametrar. |
ReturnValue
Object attached to newly started process.
Se även
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++