System::Diagnostics::Process::Start méthode
Contenu
[
Cacher
]Process::Start() method
Démarre le processus avec des paramètres prédéfinis.
bool System::Diagnostics::Process::Start()
Voir aussi
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++
Process::Start(const SharedPtr<ProcessStartInfo>&) method
Démarre le processus avec le chemin et les arguments spécifiés.
static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
| Paramètre | Type | Description |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | Informations sur le processus à démarrer. |
ReturnValue
Object attached to newly started process.
Voir aussi
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++
Process::Start(const String&, const String&) method
Démarre le processus avec le chemin et les arguments spécifiés.
static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
| Paramètre | Type | Description |
|---|---|---|
| filename | const String& | Process chemin. |
| arguments | const String& | Process paramètres. |
ReturnValue
Object attached to newly started process.
Voir aussi
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++