Table of Contents

Class AddHeapSnapshotChunkEventArgs

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

Constructors

AddHeapSnapshotChunkEventArgs(string)

public AddHeapSnapshotChunkEventArgs(string Chunk)

Parameters

Chunk string

Properties

Chunk

public string Chunk { get; init; }

Property Value

string