Struct pentry::Process [] [src]

pub struct Process { /* fields omitted */ }

Basic Process Object.

Methods

impl Process
[src]

Get Process ID.

Get Parent Process ID.

Get Process Name. This value maybe program name.

Get Full file path of program if provided.

Get Parent Process Object.

Trait Implementations

impl Debug for Process
[src]

Formats the value using the given formatter.