Table of Contents

Property LogicalCpuCoreCount

Namespace
LMKit.Global
Assembly
LM-Kit.NET.dll

LogicalCpuCoreCount

Gets the number of logical CPU processors (vCPUs / hyperthreads) on the host.

public static int LogicalCpuCoreCount { get; }

Property Value

int

Remarks

Reading this property does not initialize the runtime.

Share