public static class WinProcesses.Info
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getModuleName()
Retrieves the full executable path of the process.
|
int |
getProcessId()
Retrieves the process id.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getModuleName()
public int getProcessId()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object