C# Class AcManager.Tools.Helpers.JOBOBJECT_BASIC_LIMIT_INFORMATION

Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
ActiveProcessLimit System.UInt32
Affinity System.Int64
LimitFlags JOBOBJECTLIMIT
MaximumWorkingSetSize System.UIntPtr
MinimumWorkingSetSize System.UIntPtr
PerJobUserTimeLimit System.Int64
PerProcessUserTimeLimit System.Int64
PriorityClass System.UInt32
SchedulingClass System.UInt32

Property Details

ActiveProcessLimit public property

public UInt32,System ActiveProcessLimit
return System.UInt32

Affinity public property

public Int64,System Affinity
return System.Int64

LimitFlags public property

public JOBOBJECTLIMIT LimitFlags
return JOBOBJECTLIMIT

MaximumWorkingSetSize public property

public UIntPtr,System MaximumWorkingSetSize
return System.UIntPtr

MinimumWorkingSetSize public property

public UIntPtr,System MinimumWorkingSetSize
return System.UIntPtr

PerJobUserTimeLimit public property

public Int64,System PerJobUserTimeLimit
return System.Int64

PerProcessUserTimeLimit public property

public Int64,System PerProcessUserTimeLimit
return System.Int64

PriorityClass public property

public UInt32,System PriorityClass
return System.UInt32

SchedulingClass public property

public UInt32,System SchedulingClass
return System.UInt32