C# Class GSF.Interop.WindowsApi.MEMORYSTATUSEX

Exibir arquivo Open project: GridProtectionAlliance/gsf Class Usage Examples

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_oe property

public uint dwLength
return uint

dwMemoryLoad public_oe property

public uint dwMemoryLoad
return uint

ullAvailExtendedVirtual public_oe property

public ulong ullAvailExtendedVirtual
return ulong

ullAvailPageFile public_oe property

public ulong ullAvailPageFile
return ulong

ullAvailPhys public_oe property

public ulong ullAvailPhys
return ulong

ullAvailVirtual public_oe property

public ulong ullAvailVirtual
return ulong

ullTotalPageFile public_oe property

public ulong ullTotalPageFile
return ulong

ullTotalPhys public_oe property

public ulong ullTotalPhys
return ulong

ullTotalVirtual public_oe property

public ulong ullTotalVirtual
return ulong