AppDomain.MonitoringTotalAllocatedMemorySize Propriedade

Definição

Obtém o tamanho total, em bytes, de todas as alocações de memória que foram feitas pelo domínio do aplicativo desde que ele foi criado, sem subtrair a memória que foi coletada.

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 da propriedade

Int64

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

Atributos

Exceções

A propriedade static (Shared no Visual Basic) MonitoringIsEnabled é definida como false.

Aplica-se a

Confira também