Win32.IsMemoryAvailable Property
Gets a Boolean value that specifies whether memory is available.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim value As Boolean
value = Win32.IsMemoryAvailable
Syntax
'Declaration
Public Shared ReadOnly Property IsMemoryAvailable As Boolean
public static bool IsMemoryAvailable { get; }
public:
static property bool IsMemoryAvailable {
bool get ();
}
/** @property */
public static boolean get_IsMemoryAvailable ()
public static function get IsMemoryAvailable () : boolean
Property Value
Type: BooleanTrue if memory is available, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Win32 Class
Win32 Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.