System::Diagnostics::ProcessStartInfo class
내용물
[
숨다
]ProcessStartInfo class
프로세스 시작 매개변수를 설명합니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들지 마세요. 그렇지 않으면 런타임 오류 및/또는 어설션 오류가 발생할 수 있습니다. 항상 이 클래스를 System::SmartPtr 포인터로 감싸고, 해당 포인터를 사용하여 함수 인수로 전달하십시오.
class ProcessStartInfo : public System::Object
메서드
| 메서드 | 설명 |
|---|---|
| get_Arguments() const | 프로세스 인수를 가져옵니다. |
| get_CreateNoWindow() const | NoWindow 속성을 가져옵니다. |
| get_EnvironmentVariables() const | 프로세스 환경 변수를 가져옵니다. |
| get_FileName() const | 프로세스 파일 이름을 가져옵니다. |
| get_RedirectStandardError() const | RedirectStandardError 속성을 가져옵니다. |
| get_RedirectStandardInput() const | RedirectStandardInput 속성을 가져옵니다. |
| get_RedirectStandardOutput() const | RedirectStandardOutput 속성을 가져옵니다. |
| get_UseShellExecute() const | UseShellExecute 속성을 가져옵니다. |
| get_WindowStyle() const | 창 스타일을 가져옵니다. |
| get_WorkingDirectory() const | 프로세스의 작업 디렉터리를 가져옵니다. |
| ProcessStartInfo() | 빈 시작 정보 객체를 생성합니다. |
| ProcessStartInfo(const String&) | 시작 정보 객체를 생성합니다. |
| ProcessStartInfo(const String&, const String&) | 시작 정보 객체를 생성합니다. |
| set_Arguments(const String&) | 프로세스 인수를 설정합니다. |
| set_CreateNoWindow(bool) | NoWindow 속성을 설정합니다. |
| set_FileName(const String&) | 프로세스 파일 이름을 설정합니다. |
| set_RedirectStandardError(bool) | RedirectStandardError 속성을 설정합니다. |
| set_RedirectStandardInput(bool) | RedirectStandardInput 속성을 설정합니다. |
| set_RedirectStandardOutput(bool) | RedirectStandardOutput 속성을 설정합니다. |
| set_UseShellExecute(bool) | UseShellExecute 속성을 설정합니다. |
| set_WindowStyle(ProcessWindowStyle) | 창 스타일을 설정합니다. |
| set_WorkingDirectory(const String&) | 프로세스의 작업 디렉터리를 설정합니다. |
또 보기
- Class Object
- Namespace System::Diagnostics
- Library Aspose.Page for C++