Share via


SystemResources(Double, Double, UInt64, UInt64) コンストラクター

定義

SystemResources 構造体の新しいインスタンスを初期化します。

public:
 SystemResources(double guaranteedCpuUnits, double maximumCpuUnits, System::UInt64 guaranteedMemoryInBytes, System::UInt64 maximumMemoryInBytes);
public SystemResources (double guaranteedCpuUnits, double maximumCpuUnits, ulong guaranteedMemoryInBytes, ulong maximumMemoryInBytes);
new Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources : double * double * uint64 * uint64 -> Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources
Public Sub New (guaranteedCpuUnits As Double, maximumCpuUnits As Double, guaranteedMemoryInBytes As ULong, maximumMemoryInBytes As ULong)

パラメーター

guaranteedCpuUnits
Double

システムで使用可能な CPU ユニット。

maximumCpuUnits
Double

システムで使用可能な最大 CPU ユニット。

guaranteedMemoryInBytes
UInt64

システムに割り当てられたメモリ (バイト単位)。

maximumMemoryInBytes
UInt64

システムに割り当てられた最大メモリ (バイト単位)。

適用対象