طريقة System::Diagnostics::Process::Start
محتويات
[
يخفي
]Process::Start() method
يبدأ العملية بمعلمات مُحددة مسبقًا.
bool System::Diagnostics::Process::Start()
انظر أيضًا
- Class Process
- Namespace System::Diagnostics
- Library Aspose.Font for C++
Process::Start(const SharedPtr<ProcessStartInfo>&) method
يبدأ العملية بالمسار المحدد والوسائط.
static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font for C++
Process::Start(const String&, const String&) method
يبدأ العملية بالمسار المحدد والوسائط.
static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
| معامل | نوع | الوصف |
|---|---|---|
| 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.Font for C++