C# Class BuildTools.JOBOBJECT_EXTENDED_LIMIT_INFORMATION

显示文件 Open project: DemonWav/BuildToolsGUI Class Usage Examples

Public Properties

Property Type Description
BasicLimitInformation JOBOBJECT_BASIC_LIMIT_INFORMATION
IoInfo IO_COUNTERS
JobMemoryLimit System.UIntPtr
PeakJobMemoryUsed System.UIntPtr
PeakProcessMemoryUsed System.UIntPtr
ProcessMemoryLimit System.UIntPtr

Property Details

BasicLimitInformation public_oe property

public JOBOBJECT_BASIC_LIMIT_INFORMATION,BuildTools BasicLimitInformation
return JOBOBJECT_BASIC_LIMIT_INFORMATION

IoInfo public_oe property

public IO_COUNTERS,BuildTools IoInfo
return IO_COUNTERS

JobMemoryLimit public_oe property

public UIntPtr,System JobMemoryLimit
return System.UIntPtr

PeakJobMemoryUsed public_oe property

public UIntPtr,System PeakJobMemoryUsed
return System.UIntPtr

PeakProcessMemoryUsed public_oe property

public UIntPtr,System PeakProcessMemoryUsed
return System.UIntPtr

ProcessMemoryLimit public_oe property

public UIntPtr,System ProcessMemoryLimit
return System.UIntPtr