Interface IDebuggerProcessInformation

All Known Implementing Classes:
DebuggerProcessInformation

public interface IDebuggerProcessInformation
Process information interface. A process may be debuggable.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Flag indicating that the process is debuggable.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    long
     
     
  • Field Details

    • FLAG_DEBUGGABLE

      static final int FLAG_DEBUGGABLE
      Flag 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)