Table of Contents

Class GetHeapObjectIdResult

Namespace
Selenium.WebDriver.BiDi.Cdp.HeapProfiler
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetHeapObjectIdResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetHeapObjectIdResult>
Inheritance
EmptyResult
GetHeapObjectIdResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetHeapObjectIdResult(HeapSnapshotObjectId)

public GetHeapObjectIdResult(HeapSnapshotObjectId HeapSnapshotObjectId)

Parameters

HeapSnapshotObjectId HeapSnapshotObjectId

Id of the heap snapshot object corresponding to the passed remote object id.

Properties

HeapSnapshotObjectId

Id of the heap snapshot object corresponding to the passed remote object id.

public HeapSnapshotObjectId HeapSnapshotObjectId { get; init; }

Property Value

HeapSnapshotObjectId