Table of Contents

Property CpuModelName

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

CpuModelName

Gets a human-readable host CPU brand string (for example "Intel(R) Core(TM) i9-13900H" or "Apple M2 Pro"). Falls back to the process architecture label when the brand cannot be determined.

public static string CpuModelName { get; }

Property Value

string

Remarks

The value is resolved once and cached; reading it does not initialize the runtime.

Share