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++