Class AddHeapSnapshotChunkEventArgs
- Namespace
- Selenium.WebDriver.BiDi.Cdp.HeapProfiler
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
public sealed record AddHeapSnapshotChunkEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<AddHeapSnapshotChunkEventArgs>
- Inheritance
-
EventArgsAddHeapSnapshotChunkEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
AddHeapSnapshotChunkEventArgs(string)
public AddHeapSnapshotChunkEventArgs(string Chunk)
Parameters
Chunkstring
Properties
Chunk
public string Chunk { get; init; }