Table of Contents

Class GetAllTimeSamplingProfileResult

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

Constructors

GetAllTimeSamplingProfileResult(SamplingProfile)

public GetAllTimeSamplingProfileResult(SamplingProfile Profile)

Parameters

Profile SamplingProfile

Properties

Profile

public SamplingProfile Profile { get; init; }

Property Value

SamplingProfile