Click or drag to resize

WindowsUtils Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsWindowsUtils

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class WindowsUtils

The WindowsUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddDirectorySecurity(String, IdentityReference, FileSystemRights, AccessControlType)
Adds an ACL entry on the specified directory for the specified account.
Public methodStatic memberAddDirectorySecurity(String, WellKnownSidType, FileSystemRights, AccessControlType)
Adds an ACL entry on the specified directory for the specified account.
Public methodStatic memberAddDirectorySecurity(String, String, FileSystemRights, AccessControlType)
Adds an ACL entry on the specified directory for the specified account.
Public methodStatic memberGetAccount
Gets the name of an account by a well-known SID.
Public methodStatic memberGetFinalPathName
Retrieves the original absolute file path of a given path, resolving symlink logic.
Public methodStatic memberGetWindowsVersion
Gets the version of the current Windows installation.
Public methodStatic memberRemoveDirectorySecurity(String, IdentityReference, FileSystemRights, AccessControlType)
Removes an ACL entry on the specified directory for the specified account.
Public methodStatic memberRemoveDirectorySecurity(String, WellKnownSidType, FileSystemRights, AccessControlType)
Removes an ACL entry on the specified directory for the specified account.
Public methodStatic memberRemoveDirectorySecurity(String, String, FileSystemRights, AccessControlType)
Removes an ACL entry on the specified directory for the specified account.
Top
See Also