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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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++