AcTools.Windows.Kernel32.MEMORYSTATUSEX.MEMORYSTATUSEX C# (CSharp) Method

MEMORYSTATUSEX() public method

public MEMORYSTATUSEX ( ) : System
return System
            public MEMORYSTATUSEX() {
                this.dwLength = (uint)Marshal.SizeOf(typeof(MEMORYSTATUSEX));
            }
        }
Kernel32.MEMORYSTATUSEX