Click or drag to resize

ImagesOperatorsMemoryInfoDelta Method (McImages)

A read-write property that computes the difference between an assigned MemoryInformation property and the current McImages.MemoryInformation.

Namespace:  MediaCy.IQL.Operators
Assembly:  MediaCy.IQL.Operators (in MediaCy.IQL.Operators.dll) Version: 3.1.0.0
Syntax
VB
<ExtensionAttribute>
Public Shared Function MemoryInfoDelta ( 
	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
When assigned-to with a previously accessed McImages.MemoryInformation property, the current MemoryInformation is captured and the property will expose the differences between the current values and the assigned values. After assigning to the MemoryInfoDelta, the next access to the MemoryInformation property will be the value that was captured 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. The property is exposed as an array of Variant, paralleling the structure of the McImage.MemoryInformation property. 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 MemoryInfoDelta array and its sub-arrays are given by mcMemoryInformationIndices enumerations.
See Also

Reference

MemoryFreeLogical
MemoryFreePhysical
mcMemoryInformationIndices