alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
563 stars 99 forks source link

Added ProcessContext static class to determine the context of the current process. #415

Closed Yomodo closed 6 years ago

Yomodo commented 6 years ago

Added ProcessContext static class that determine the context of the current process, using Win32 OpenProcessToken and GetTokenInformation functions.

Populates bool properties:

IsAdmin         : [True]
IsElevated      : [True]
IsUacEnabled    : [True]
IsWindowsService: [False]