ProcessNameFlags Enumeration

Specifies the format of a process-name path.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ProcessNameFlags

Remarks

Members

Win32Name 0 The name should use the Win32 path format.
NativeName 1 The name should use the native system path format.

See Also