Experimental: this API is experimental and might be changed or removed in the future.

PackedMemorySnapshot.Convert

Cambiar al Manual
public static bool Convert (MemoryProfiler.PackedMemorySnapshot snapshot, string writePath);

Parámetros

snapshotThe old format snapshot object.
writePathDestination path and file name for the file containing the converted snapshot.

Valor de retorno

bool True if the conversion was successful; otherwise false.

Descripción

Converts the specified old format PackedMemorySnapshot object to a new PackedMemorySnapshot format object and writes it to the location and file name specified the the write path.