Class HeapSnapshotOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for CaptureHeapSnapshotAsync(HeapSnapshotOptions).
public class HeapSnapshotOptions
- Inheritance
-
HeapSnapshotOptions
Properties
Path
Gets or sets the file path to save the heap snapshot to.
public string Path { get; set; }