Class GetHeapObjectIdResult
- Namespace
- Selenium.WebDriver.BiDi.Cdp.HeapProfiler
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetHeapObjectIdResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetHeapObjectIdResult>
- Inheritance
-
EmptyResultGetHeapObjectIdResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetHeapObjectIdResult(HeapSnapshotObjectId)
public GetHeapObjectIdResult(HeapSnapshotObjectId HeapSnapshotObjectId)
Parameters
HeapSnapshotObjectIdHeapSnapshotObjectIdId 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; }