System::Diagnostics::Process::Start método
Contenido
[
Ocultar
]Process::Start() method
Inicia el proceso con parámetros predefinidos.
bool System::Diagnostics::Process::Start()
Ver también
- Class Process
- Namespace System::Diagnostics
- Library Aspose.PDF for C++
Process::Start(const SharedPtr<ProcessStartInfo>&) method
Inicia el proceso con la ruta y los argumentos especificados.
static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
| Parámetro | Tipo | Descripción |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | Información sobre el proceso a iniciar. |
ReturnValue
Object attached to newly started process.
Ver también
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.PDF for C++
Process::Start(const String&, const String&) method
Inicia el proceso con la ruta y los argumentos especificados.
static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
| Parámetro | Tipo | Descripción |
|---|---|---|
| filename | const String& | Process ruta. |
| arguments | const String& | Process parámetros. |
ReturnValue
Object attached to newly started process.
Ver también
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.PDF for C++