IHostEnvironmentStatistics Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |