Click or drag to resize
Xcalibur Systems LLC Logo

ProcessNamePathTypes Enumeration

Process name path types to be associated with .

Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ProcessNamePathTypes
Members
Member nameValueDescription
Default0 The name should use the Win32 path format.
ProcessNameNative1 The name should use the native system path format.
See Also