SystemResources(Double, Double, UInt64, UInt64) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
以位元組為單位配置給系統的最大記憶體。