SystemResources Struct

Definition

CPU and memory limits defined by the underlying system.

public value class SystemResources
public readonly struct SystemResources
type SystemResources = struct
Public Structure SystemResources
Inheritance
SystemResources

Constructors

SystemResources(Double, Double, UInt64, UInt64)

Initializes a new instance of the SystemResources struct.

Properties

GuaranteedCpuUnits

Gets the CPU units available in the system.

GuaranteedMemoryInBytes

Gets the memory allocated to the system in bytes.

MaximumCpuUnits

Gets the maximum CPU units available in the system.

MaximumMemoryInBytes

Gets the maximum memory allocated to the system in bytes.

Applies to