Click or drag to resize

V8ScriptEngineWriteRuntimeHeapSnapshot Method

Writes a snapshot of the V8 runtime's heap to the given stream.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.4
Syntax
public void WriteRuntimeHeapSnapshot(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to which to write the heap snapshot.
Remarks
This method generates a heap snapshot in JSON format with ASCII encoding.
See Also