Click or drag to resize

MemoryUseEventArgsMemoryInUse Property

The current amount of memory in use.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public long MemoryInUse { get; }

Property Value

Type: Int64
Remarks
This is the amount of memory in use when the event was fired. The total memory in use may be different by the time the event is handled.
See Also