Table of Contents

Class StopSamplingResult

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

Constructors

StopSamplingResult(SamplingHeapProfile)

public StopSamplingResult(SamplingHeapProfile Profile)

Parameters

Profile SamplingHeapProfile

Recorded sampling heap profile.

Properties

Profile

Recorded sampling heap profile.

public SamplingHeapProfile Profile { get; init; }

Property Value

SamplingHeapProfile