public class ProcessEntry
extends com.jniwrapper.Structure
Constructor and Description |
---|
ProcessEntry() |
Modifier and Type | Method and Description |
---|---|
long |
getBasePriorityClass()
Base priority of any threads created by this process.
|
long |
getDefaultHeapID()
Identifier of the default heap for the process.
|
java.lang.String |
getExeFile()
String that specifies the name of the executable file for the process.
|
long |
getModuleID()
Module identifier of the process.
|
long |
getParentProcessID()
Identifier of the process that created the process being examined.
|
long |
getProcessID()
Identifier of the process.
|
long |
getThreadsCount()
The number of execution threads started by the process.
|
long |
getUsageCounter()
The number of references to the process.
|
acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public long getUsageCounter()
public long getProcessID()
public long getDefaultHeapID()
public long getModuleID()
public long getThreadsCount()
public long getParentProcessID()
public long getBasePriorityClass()
public java.lang.String getExeFile()