public class ModuleEntry
extends com.jniwrapper.Structure
Constructor and Description |
---|
ModuleEntry() |
Modifier and Type | Method and Description |
---|---|
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.
|
acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
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()