Interface IDebuggerProcessInformation
- All Known Implementing Classes:
DebuggerProcessInformation
public interface IDebuggerProcessInformation
Process information interface. A process may be debuggable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Flag indicating that the process is debuggable. -
Method Summary
-
Field Details
-
FLAG_DEBUGGABLE
static final int FLAG_DEBUGGABLEFlag indicating that the process is debuggable.- See Also:
-
-
Method Details
-
getId
long getId()- Returns:
- the process id
-
getName
String getName()- Returns:
- the process name
-
getFlags
int getFlags()- Returns:
- the process flags (see
FLAG_xxx
)
-