namespace System.Runtime.InteropServices; [Flags] public enum DllImportSearchPath { System32 = 0x800 }