ILNumerics Ultimate VS

DeviceIsLowMemory Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Informs about the current system health, memory related. Derived classes implement device specific measures. This base implementation always returns false.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.DeviceManagement
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public virtual bool IsLowMemory()

Return Value

Type: Boolean
true if there is high memory pressure. Allocations should be limited.
Remarks

[ILNumerics Core Module]

See Also

Reference