ControllerCaptureMemorySnapshot Method
|
Captures snapshot with heap data.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic string CaptureMemorySnapshot()
Public Function CaptureMemorySnapshot As String
public:
String^ CaptureMemorySnapshot()
member CaptureMemorySnapshot : unit -> string
Return Value
Type:
String
Absolute file path of the captured snapshot file.
If a remote application is being profiled, then
the path is in the file system of the remote host.
See Also