A results of a dump operation. Allows to download the dump into a specific file.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public interface IDumpResult
Public Interface IDumpResult
public interface class IDumpResult
public interface IDumpResult
![](../icons/collapse_all.gif)
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Download(String, EventHandler<(Of <<'(DownloadEventArgs>)>>)) |
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.
|
![]() | Download(String, String, EventHandler<(Of <<'(DownloadEventArgs>)>>)) |
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.
|
![]() | DownloadSize |
Gets the download size of the dump.
|
![]() | Name |
Gets the name of the dump.
|