SystemResources 構造体

定義

基になるシステムによって定義される CPU とメモリの制限。

public value class SystemResources
public readonly struct SystemResources
type SystemResources = struct
Public Structure SystemResources
継承
SystemResources

コンストラクター

SystemResources(Double, Double, UInt64, UInt64)

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

プロパティ

GuaranteedCpuUnits

システムで使用可能な CPU ユニットを取得します。

GuaranteedMemoryInBytes

システムに割り当てられたメモリをバイト単位で取得します。

MaximumCpuUnits

システムで使用可能な最大 CPU ユニットを取得します。

MaximumMemoryInBytes

システムに割り当てられた最大メモリをバイト単位で取得します。

適用対象