ProcessNameFlags Enumeration
Specifies the format of a process-name path.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ProcessNameFlags
Public Enumeration ProcessNameFlags
Dim instance As ProcessNameFlags
public enum class ProcessNameFlags
No code example is currently available or this language may not be supported.
Win32Name |
0 |
The name should use the Win32 path format.
|
NativeName |
1 |
The name should use the native system path format.
|