Version: 2022.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

PackedMemorySnapshot.Convert

マニュアルに切り替える
public static bool Convert (MemoryProfiler.PackedMemorySnapshot snapshot, string writePath);

パラメーター

snapshot The old format snapshot object.
writePath Destination path and file name for the file containing the converted snapshot.

戻り値

bool True if the conversion was successful; otherwise false.

説明

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.