AppDomain.MonitoringTotalAllocatedMemorySize Propiedad

Definición

Obtiene el tamaño total, en bytes, de todas las asignaciones de memoria realizadas por el dominio de aplicación desde que se creó, sin restar la memoria recopilada.

public:
 property long MonitoringTotalAllocatedMemorySize { long get(); };
public long MonitoringTotalAllocatedMemorySize { get; }
public long MonitoringTotalAllocatedMemorySize { [System.Security.SecurityCritical] get; }
member this.MonitoringTotalAllocatedMemorySize : int64
[<get: System.Security.SecurityCritical>]
member this.MonitoringTotalAllocatedMemorySize : int64
Public ReadOnly Property MonitoringTotalAllocatedMemorySize As Long

Valor de propiedad

Tamaño total de todas las asignaciones de memoria.

Atributos

Excepciones

La propiedad static (Shared en Visual Basic) MonitoringIsEnabled propiedad está establecida en false.

Se aplica a

Consulte también