ProcessorAffinity Property

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

The cores and threads to assign to the Process.

[SupportedOSPlatform("windows")]
[SupportedOSPlatform("linux")]
public nint? ProcessorAffinity { get; }

Returns

Remarks

Process objects only support Processor Affinity on Windows and Linux operating systems.