Class InstancesInfo
Contains information about live instances in a memory usage snapshot retrieved using MemProfiler.GetMemoryUsage
Inheritance
System.Object
InstancesInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SciTech.NetMemProfiler
Assembly: SciTech.MemProfilerApi.dll
Syntax
public class InstancesInfo
Remarks
The live instances information is retrieved from the MemoryUsage provided by GetMemoryUsage() or GetMemoryUsage(MemSnapshot).
Properties
Name | Description |
---|---|
BytesCount | Gets the number of bytes used by live instances in the memory usage snapshot. |
InstancesCount | Gets the number of live instances in the memory usage snapshot. |
NewBytesCount | Gets the number of bytes used by new live instances in the memory usage snapshot. |
NewInstancesCount | Gets the number of new live instances in the memory usage snapshot. |