V8CpuProfileWriteJson Method |
Writes a JSON representation of the profile to the given text writer.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntaxpublic void WriteJson(
TextWriter writer
)
Public Sub WriteJson (
writer As TextWriter
)
public:
void WriteJson(
TextWriter^ writer
)
member WriteJson :
writer : TextWriter -> unit
Parameters
- writer
- Type: System.IOTextWriter
The text writer to which to write the profile.
Remarks
See Also