A sealed configuration seam for constructing process resource policies, replacing the former ProcessResourcePolicyBuilder / IProcessResourcePolicyBuilder pair.
public sealed class ProcessResourcePolicySpec
kind:method, kind:property, kind:ctor. Press Esc to clear.ProcessResourcePolicySpec()Instantiates the ProcessResourcePolicySpec with default values.Build()Builds the configured ProcessResourcePolicy.ConfigurePriorityBoost(Boolean)Configures the priority boost behaviour for the process resource policy.SetMaxWorkingSet(Nullable<IntPtr>)Sets the maximum working set size for the process resource policy.SetMinWorkingSet(Nullable<IntPtr>)Sets the minimum working set size for the process resource policy.SetPriorityClass(ProcessPriorityClass)Configures the process priority class for the process resource policy.SetProcessorAffinity(IntPtr)Configures the processor affinity for the process resource policy.