Instantiates the ProcessResourcePolicy with default values unless specified parameters are provided.
public ProcessResourcePolicy(nint? processorAffinity = default(nint? ), nint? minWorkingSet = default(nint? ), nint? maxWorkingSet = default(nint? ), ProcessPriorityClass priorityClass = ProcessPriorityClass.Normal, bool enablePriorityBoost = false)
The processor affinity to be used for the Process.
The Minimum Working Set Size for the Process.
The Maximum Working Set Size for the Process.
The priority class to assign to the Process.
Whether to enable Priority Boost if the process window enters focus.