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

ObjectFlagsExtensions.IsPersistent

Switch to Manual
public static bool IsPersistent (Profiling.Memory.Experimental.ObjectFlags flags);

Parameters

flagsThe ObjectFlags to operate on (accessible via this).

Returns

bool Returns true if the object associated with this ObjectFlags is marked as Persistent.

Description

True if the object is marked as Persistent, otherwise false.