Win32.IsMemoryAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that specifies whether memory is available.
public:
static property bool IsMemoryAvailable { bool get(); };
public static bool IsMemoryAvailable { get; }
member this.IsMemoryAvailable : bool
Public Shared ReadOnly Property IsMemoryAvailable As Boolean
Property Value
True
if memory is available, otherwise false
.