Class GetSamplingProfileResult
- Namespace
- Selenium.WebDriver.BiDi.Cdp.HeapProfiler
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetSamplingProfileResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetSamplingProfileResult>
- Inheritance
-
EmptyResultGetSamplingProfileResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetSamplingProfileResult(SamplingHeapProfile)
public GetSamplingProfileResult(SamplingHeapProfile Profile)
Parameters
ProfileSamplingHeapProfileReturn the sampling profile being collected.
Properties
Profile
Return the sampling profile being collected.
public SamplingHeapProfile Profile { get; init; }