Click or drag to resize

IMcResourceManagerMemoryFree Property

Reports the amount of memory available for a given use (type).

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property MemoryFree ( 
	Type As mcMemoryType
) As Double
	Get

Parameters

Type
Type: MediaCy.IQL.EnginemcMemoryType

Property Value

Type: Double
Remarks
mcmtImageMemory type: The amount of memory currently available for image use as a percentage of usable physical memory. Note that this value may sometimes be negative. The same value can be expressed as MBytes if the type is specified as mcmtImageMemoryMBytes. mcmtVirtualMemory: The largest contiguous block of free logical memory as a percentage of total virtual memory. The same value can be expressed as MBytes if the type is specified as mcmtVirtualMemoryMBytes. mcmtPhysicalMemory: The amount of available physical memory as a percentage of usable physical memory. Note that this value may sometimes be negative. The same value can be expressed as MBytes if the type is specified as mcmtPhysicalMemoryMBytes. "Available physical memory" is physical memory that can be immediately committed by the operating system without needing to swap out any memory to the page file. "Usable physical memory" is total physical memory minus a fixed amount reserved for use by other processes. It is the maximum amount of physical memory that is allowed for alogrithm use.
See Also