Class AddHeapSnapshotChunkEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V142.HeapProfiler
- Assembly
- WebDriver.dll
AddHeapSnapshotChunk
public sealed class AddHeapSnapshotChunkEventArgs : EventArgs- Inheritance
- 
      
      
      AddHeapSnapshotChunkEventArgs
- Inherited Members
Properties
Chunk
Gets or sets the chunk
[JsonPropertyName("chunk")]
public string Chunk { get; set; }