EnumProcessModulesFilter Enumeration

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 EnumProcessModulesFilter

Remarks

Members

Default 0 Use the default behavior.
x86 1 List the 32-bit modules.
x64 2 List the 64-bit modules.
All 3 List all (32-Bit and 64-Bit) modules.

See Also