RTI Connext C# API Version 7.2.0
Rti.Utility.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 = 0 [get]
 The number bytes of native heap memory currently in use. More...
 

Detailed Description

Contains information about memory usage

Member Function Documentation

◆ CompareTo()

int Rti.Utility.HeapMonitor.Snapshot.CompareTo ( Snapshot  snapshot)

Compares CurrentHeapUsage in two snapshots

◆ Equals()

bool Rti.Utility.HeapMonitor.Snapshot.Equals ( Snapshot  snapshot)

Compares CurrentHeapUsage in two snapshots for equality

◆ ToString()

override string Rti.Utility.HeapMonitor.Snapshot.ToString ( )

Displays CurrentHeapUsage.

◆ GetHashCode()

override int Rti.Utility.HeapMonitor.Snapshot.GetHashCode ( )

Returns CurrentHeapUsage, cast to int.

Property Documentation

◆ CurrentHeapUsage

ulong Rti.Utility.HeapMonitor.Snapshot.CurrentHeapUsage = 0
get

The number bytes of native heap memory currently in use.