System::Diagnostics::Process::Start 메서드

Process::Start() method

미리 정의된 매개변수로 프로세스를 시작합니다.

bool System::Diagnostics::Process::Start()

또 보기

Process::Start(const SharedPtr<ProcessStartInfo>&) method

지정된 경로와 인수로 프로세스를 시작합니다.

static SharedPtr<Process> System::Diagnostics::Process::Start(const SharedPtr<ProcessStartInfo> &start_info)
매개변수형식설명
start_infoconst SharedPtr<ProcessStartInfo>&시작할 프로세스에 대한 정보.

ReturnValue

Object attached to newly started process.

또 보기

Process::Start(const String&, const String&) method

지정된 경로와 인수로 프로세스를 시작합니다.

static SharedPtr<Process> System::Diagnostics::Process::Start(const String &filename, const String &arguments=String::Empty)
매개변수형식설명
filenameconst String&Process 경로.
argumentsconst String&Process 매개변수.

ReturnValue

Object attached to newly started process.

또 보기