SetMinWorkingSet(Nullable) Method

Definition

Assembly CliInvoke.Core.dll

Sets the minimum working set size for the process resource policy.

[SupportedOSPlatform("windows")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("freebsd")]
public ProcessResourcePolicySpec SetMinWorkingSet(nint? minWorkingSet)

Parameters

minWorkingSet
Nullable<IntPtr>

The minimum working set to be used, or null to leave it unset.

Returns