You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a `User()` function to `Process` and implements it for all providers.
For Linux and Darwin (macOS) this retrieves the real, effective, and saved user and group IDs. For Windows, this retrieves the user and primary group SID.
Closes#10.
ProcessInfo
should include UID and GID values (Real, effective, saved set, and filesystem).The text was updated successfully, but these errors were encountered: