The MemSnapShot type exposes the following members.

Methods

  Name Description
Public method Equals
Compares this MemSnapShot with another object and returns true if they are equal.
(Overrides ValueType..::..Equals(Object).)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns the hash code of this object.
(Overrides ValueType..::..GetHashCode()()()().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  Name Description
Public operator Static member Equality
Compares two MemSnapShot instances and returns true if they are equal.
Public operator Static member Inequality
Compares two MemSnapShot instances and returns true if they are not equal.

Fields

  Name Description
Public field Static member Empty
Represents an empty snapshot. An empty snapshot will be returned from FullSnapShot()()()() and FastSnapShot()()()() if profiling is not active.

See Also