AcTools.Windows.Kernel32.MEMORYSTATUSEX.MEMORYSTATUSEX C# (CSharp) 메소드

MEMORYSTATUSEX() 공개 메소드

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