Click or drag to resize

PixelMemoryTracker Methods

The PixelMemoryTracker type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMemoryAllocated(IntPtr, Int64)
This method is used to report an allocation of image memory.
Public methodMemoryAllocated(Object, Int64)
Report than an object has allocated memory.
Public methodMemoryFreed(IntPtr)
Reports a block of memory as free.
Public methodMemoryFreed(Object)
Marks memory as free
Public methodMemoryReallocated
This method is used to report when a block of allocated image memory has been reallocated.
Protected methodOnDroppedBelowHighWatermark
This method handles when memory usage has dropped below the high water mark.
Protected methodOnExceededHighWatermark
This method handles when memory usage has exceeded the high water mark
Protected methodOnMemoryInUseChanged
This method handles when memory usage has changed in some way
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also