|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Structure
com.jniwrapper.win32.process.monitoring.HeapList
public class HeapList
The HeapList class represents the HEAPLIST32 structure.
| Field Summary | |
|---|---|
static int |
HF32_DEFAULT
Process's default heap. |
static int |
HF32_SHARED
Shared heap. |
| Fields inherited from class com.jniwrapper.Structure |
|---|
i |
| Fields inherited from class com.jniwrapper.Parameter |
|---|
LICENSE_TYPE, V |
| Constructor Summary | |
|---|---|
HeapList()
|
|
| Method Summary | |
|---|---|
long |
getFlags()
Flags. |
long |
getHeapID()
Heap identifier in the owning process context. |
long |
getProcessID()
Identifier of the process to be examined. |
| Methods inherited from class com.jniwrapper.Structure |
|---|
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write |
| Methods inherited from class com.jniwrapper.Parameter |
|---|
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int HF32_DEFAULT
public static final int HF32_SHARED
| Constructor Detail |
|---|
public HeapList()
| Method Detail |
|---|
public long getProcessID()
public long getHeapID()
public long getFlags()
HF32_DEFAULT,
HF32_SHARED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||