[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the total size, in bytes, of all memory allocations that have been made by the application domain since it was created, without subtracting memory that has been collected.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll)
Visual Basic (Declaration)
Public ReadOnly Property MonitoringTotalAllocatedMemorySize As Long
Get
Dim instance As AppDomain
Dim value As Long
value = instance.MonitoringTotalAllocatedMemorySize
public long MonitoringTotalAllocatedMemorySize { get; }
public:
property long long MonitoringTotalAllocatedMemorySize {
long long get ();
}
member MonitoringTotalAllocatedMemorySize : int64
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 4
.NET Framework Client Profile
Supported in: 4
Reference