Click or drag to resize

ImagesOperatorsMemoryInformation Method

An array Variant holding information about the current memory usage.

Namespace:  MediaCy.IQL.Operators
Assembly:  MediaCy.IQL.Operators (in MediaCy.IQL.Operators.dll) Version: 3.1.0.0
Syntax
VB
<ExtensionAttribute>
Public Shared Function MemoryInformation ( 
	images As McImages
) As Object

Parameters

images
Type: MediaCy.IQL.EngineMcImages

Return Value

Type: Object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type McImages. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Each Variant in this array may itself be either an array or a scalar and the type of these sub-Variants differ. The indices into the MemoryInformation array and its sub-arrays are given by mcMemoryInformationIndices enumerations. After an assignment to McImages.MemoryInfoDelta the MemoryInformation will be that captured at the time of the MemoryInfoDelta assignment for comparison purposes. Thus, after assigning to MemoryInfoDelta, you should always access MemoryInformation to make sure that it will capture the current information the next time it is called.
See Also

Reference

MemoryFreeLogical
MemoryFreePhysical
MemoryInfoDelta
mcMemoryInformationIndices