Collects a full snapshot and allows allows .NET Memory Profiler to assign a default name to the snapshot.

Namespace:  SciTech.NetMemProfiler
Assembly:  MemProfiler2 (in MemProfiler2.dll)

Syntax

C#
public static MemSnapShot FullSnapShot()
Visual Basic
Public Shared Function FullSnapShot As MemSnapShot
Visual C++
public:
static MemSnapShot FullSnapShot()

Return Value

If profiling is active, a MemSnapShot instance representing the current state of the garbage collected heap. Otherwise Empty will be returned.

See Also