NativeArgumentPassingStyle Enum

Definition

Defines the different native command argument parsing options.

public enum NativeArgumentPassingStyle
type NativeArgumentPassingStyle = 
Public Enum NativeArgumentPassingStyle
Inheritance
NativeArgumentPassingStyle

Fields

Legacy 0

Use legacy argument parsing via ProcessStartInfo.Arguments.

Standard 1

Use new style argument passing via ProcessStartInfo.ArgumentList.

Windows 2

Use specific to Windows passing style which is Legacy for selected files on Windows, but Standard for everything else. This is the default behavior for Windows.

Applies to