طريقة System::Diagnostics::Process::Start
محتويات
[
يخفي
]Process::Start() method
يبدأ العملية بمعلمات محددة مسبقًا.
bool System::Diagnostics::Process::Start()
انظر أيضًا
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::Start(const SharedPtr<ProcessStartInfo>&) method
يبدأ العملية بالمسار المحدد والوسائط.
static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
| Parameter | Type | الوصف |
|---|---|---|
| start_info | const SharedPtr<ProcessStartInfo>& | معلومات حول العملية للبدء. |
ReturnValue
Object attached to newly started process.
انظر أيضًا
- Typedef SharedPtr
- Class Process
- Class ProcessStartInfo
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++
Process::Start(const String&, const String&) method
يبدأ العملية بالمسار المحدد والوسائط.
static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
| Parameter | Type | الوصف |
|---|---|---|
| filename | const String& | Process المسار. |
| arguments | const String& | Process المعلمات. |
ReturnValue
Object attached to newly started process.
انظر أيضًا
- Typedef SharedPtr
- Class Process
- Class String
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Page for C++