|
|||||||||||
| 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.PerformanceEntry
com.jniwrapper.win32.process.monitoring.ModuleEntry
ModuleEntry class represents MODULEENTRY32 structure.
| Field Summary |
| Fields inherited from class com.jniwrapper.Structure |
f |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
ModuleEntry()
|
|
| Method Summary | |
java.lang.String |
getExePath()
String that specifies the module path. |
long |
getGlobalUsageCount()
Global usage count on the module. |
Handle |
getModBaseAddr()
Base address of the module in the context of the owning process. |
long |
getModBaseSize()
Size of the module, in bytes. |
Handle |
getModule()
Handle to the module in the context of the owning process. |
long |
getModuleID()
Module identifier in the context of the owning process. |
java.lang.String |
getModuleName()
String that specifies the module name. |
long |
getProcessID()
Identifier of the process to be examined. |
long |
getProcessUsageCount()
Module usage count in the context of the owning process. |
| 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 |
| Constructor Detail |
public ModuleEntry()
| Method Detail |
public long getModuleID()
public long getProcessID()
public long getGlobalUsageCount()
public long getProcessUsageCount()
public Handle getModBaseAddr()
public long getModBaseSize()
public Handle getModule()
public java.lang.String getModuleName()
public java.lang.String getExePath()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||