Click or drag to resize

MemoryUseEventArgs Constructor

Constructs a new MemoryUseEventArgs object.

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 MemoryUseEventArgs(
	long memoryInUse,
	long highWatermark,
	long change
)

Parameters

memoryInUse
Type: SystemInt64
The current amount of memory in use.
highWatermark
Type: SystemInt64
The current high water mark for reporting high memory usage.
change
Type: SystemInt64
The last change in memory - this is positive for increases and negative for decreases.
See Also