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
RemarksWhen 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 AlsoReference
MemoryFreeLogical
MemoryFreePhysical
mcMemoryInformationIndices