java.lang.Objectcom.install4j.api.windows.WinProcesses.Info
public static class WinProcesses.Info
Class that holds information about running processes.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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