ProcessLauncherOptions 클래스

정의

지정된 프로세스를 시작하는 데 사용되는 옵션을 지정합니다.

public ref class ProcessLauncherOptions sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.System.SystemManagementContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ProcessLauncherOptions final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.System.SystemManagementContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ProcessLauncherOptions
function ProcessLauncherOptions()
Public NotInheritable Class ProcessLauncherOptions
상속
Object Platform::Object IInspectable ProcessLauncherOptions
특성

Windows 요구 사항

디바이스 패밀리
Windows IoT Extension SDK (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.System.SystemManagementContract (v2.0에서 도입되었습니다.)

생성자

ProcessLauncherOptions()

프로세스 시작 관리자 옵션 개체의 새 instance 만들고 초기화합니다.

속성

StandardError

표준 오류가 전달되는 위치를 지정합니다.

StandardInput

표준 입력의 위치를 지정합니다.

StandardOutput

표준 출력이 전달되는 위치를 지정합니다.

WorkingDirectory

프로세스 시작 관리자가 작동할 디렉터리를 가져오거나 설정합니다.

적용 대상