AppDomain.MonitoringTotalAllocatedMemorySize Propriedade

Definição

Obtém o tamanho total, em bytes, de todas as alocações de memória feitas pelo domínio da aplicação desde a sua criação, sem subtrair a memória que foi recolhida.

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 Propriedade

O tamanho total de todas as alocações de memória.

Atributos

Exceções

A propriedade static (Shared em Visual Basic) MonitoringIsEnabled é definida para false.

Aplica-se a

Ver também