C# Class AcManager.Tools.Helpers.JOBOBJECT_BASIC_LIMIT_INFORMATION

ファイルを表示 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_oe property

public UInt32,System ActiveProcessLimit
return System.UInt32

Affinity public_oe property

public Int64,System Affinity
return System.Int64

LimitFlags public_oe property

public JOBOBJECTLIMIT LimitFlags
return JOBOBJECTLIMIT

MaximumWorkingSetSize public_oe property

public UIntPtr,System MaximumWorkingSetSize
return System.UIntPtr

MinimumWorkingSetSize public_oe property

public UIntPtr,System MinimumWorkingSetSize
return System.UIntPtr

PerJobUserTimeLimit public_oe property

public Int64,System PerJobUserTimeLimit
return System.Int64

PerProcessUserTimeLimit public_oe property

public Int64,System PerProcessUserTimeLimit
return System.Int64

PriorityClass public_oe property

public UInt32,System PriorityClass
return System.UInt32

SchedulingClass public_oe property

public UInt32,System SchedulingClass
return System.UInt32