RTI Connext C# API  7.0.0
HeapMonitor.Snapshot Class Reference

Contains information about memory usage More...

Inherits IComparable< Snapshot >, and IEquatable< Snapshot >.

Public Member Functions

int CompareTo (Snapshot snapshot)
 Compares CurrentHeapUsage in two snapshots More...
 
bool Equals (Snapshot snapshot)
 Compares CurrentHeapUsage in two snapshots for equality More...
 
override string ToString ()
 Displays CurrentHeapUsage. More...
 
override int GetHashCode ()
 Returns CurrentHeapUsage, cast to int. More...
 

Properties

ulong CurrentHeapUsage [get]
 The number bytes of native heap memory currently in use. More...
 

Detailed Description

Contains information about memory usage

Member Function Documentation

◆ CompareTo()

int CompareTo ( Snapshot  snapshot)

Compares CurrentHeapUsage in two snapshots

◆ Equals()

bool Equals ( Snapshot  snapshot)

Compares CurrentHeapUsage in two snapshots for equality

◆ GetHashCode()

override int GetHashCode ( )

Returns CurrentHeapUsage, cast to int.

◆ ToString()

override string ToString ( )

Displays CurrentHeapUsage.

Property Documentation

◆ CurrentHeapUsage

ulong CurrentHeapUsage
get

The number bytes of native heap memory currently in use.