Gets a value indicating the maximum number of new bytes that should exist after the target method has been executed.

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

Syntax

C#
public long ByteCount { get; }
Visual Basic
Public ReadOnly Property ByteCount As Long
	Get
Visual C++
public:
property long long ByteCount {
	long long get ();
}

See Also