Compartilhar via


IHostEnvironmentStatistics Interface

Definição

Cuidado

This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.

Funcionalidade para acessar estatísticas relacionadas ao ambiente de hospedagem.

public interface IHostEnvironmentStatistics
[System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")]
public interface IHostEnvironmentStatistics
type IHostEnvironmentStatistics = interface
[<System.Obsolete("This functionality will be removed, use IEnvironmentStatisticsProvider.GetEnvironmentStatistics instead.")>]
type IHostEnvironmentStatistics = interface
Public Interface IHostEnvironmentStatistics
Derivado
Atributos

Propriedades

AvailableMemory
Obsoleto.

Obtém a memória total disponível para alocação no host em bytes.

CpuUsage
Obsoleto.

Obtém o uso da CPU do host de 0.0-100.0.

TotalPhysicalMemory
Obsoleto.

Obtém a memória física total no host em bytes.

Aplica-se a