다음을 통해 공유


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

시스템에 할당된 최대 메모리(바이트)입니다.

적용 대상