C# Class AcTools.Windows.Kernel32.MEMORYSTATUSEX

Show file Open project: gro-ove/actools

Public Properties

Property Type Description
dwLength uint
dwMemoryLoad uint
ullAvailExtendedVirtual ulong
ullAvailPageFile ulong
ullAvailPhys ulong
ullAvailVirtual ulong
ullTotalPageFile ulong
ullTotalPhys ulong
ullTotalVirtual ulong

Public Methods

Method Description
MEMORYSTATUSEX ( ) : System

Method Details

MEMORYSTATUSEX() public method

public MEMORYSTATUSEX ( ) : System
return System

Property Details

dwLength public property

public uint dwLength
return uint

dwMemoryLoad public property

public uint dwMemoryLoad
return uint

ullAvailExtendedVirtual public property

public ulong ullAvailExtendedVirtual
return ulong

ullAvailPageFile public property

public ulong ullAvailPageFile
return ulong

ullAvailPhys public property

public ulong ullAvailPhys
return ulong

ullAvailVirtual public property

public ulong ullAvailVirtual
return ulong

ullTotalPageFile public property

public ulong ullTotalPageFile
return ulong

ullTotalPhys public property

public ulong ullTotalPhys
return ulong

ullTotalVirtual public property

public ulong ullTotalVirtual
return ulong