A class that defines a Process' resource configuration.
public class ProcessResourcePolicy : IEquatable<ProcessResourcePolicy>
kind:method, kind:property, kind:ctor. Press Esc to clear.ProcessResourcePolicy(Nullable<IntPtr>, Nullable<IntPtr>, Nullable<IntPtr>, ProcessPriorityClass, Boolean)Instantiates the ProcessResourcePolicy with default values unless specified parameters are provided.DefaultCreates a ProcessResourcePolicy with a default configuration.EnablePriorityBoostWhether to enable Priority Boost if/when the main window of the Process enters focus.MaxWorkingSetMaximum Working Set size to be used for the Process.MinWorkingSetThe Minimum Working Set size to be used for the Process.PriorityClassThe priority class to assign to the Process.ProcessorAffinityThe cores and threads to assign to the Process.Equals(ProcessResourcePolicy?, ProcessResourcePolicy?)Determines if a Process Resource Policy is equal to another Process Resource Policy.Equals(ProcessResourcePolicy?)Determines whether this ProcessResourcePolicy is equal to another ProcessResourcePolicy.Equals(Object?)Determines whether this ProcessResourcePolicy is equal to another object.GetHashCode()Returns the hash code for the current ProcessResourcePolicy.Equality(ProcessResourcePolicy?, ProcessResourcePolicy?)Determines if a Process Resource Policy is equal to another Process Resource Policy.Inequality(ProcessResourcePolicy?, ProcessResourcePolicy?)Determines if a Process Resource Policy is not equal to another Process Resource Policy.