C# Class Fluent.IO.Windows.WindowsExtensions

Afficher le fichier Open project: bleroy/FluentPath

Méthodes publiques

Méthode Description
AccessControl ( this path ) : FileSystemSecurity

The access control security information for the first path in the collection.

AccessControl ( this path, Action action ) : Path

The access control security information for the first path in the collection.

AccessControl ( this path, FileSystemSecurity>.Action action ) : Path

The access control security information for the first path in the collection.

AccessControl ( this path, FileSystemSecurity security ) : Path

Sets the access control security on all files and directories in the set.

AccessControl ( this path, FileSystemSecurity>.Func securityFunction ) : Path

Sets the access control security on all files and directories in the set.

Decrypt ( this path ) : Path

Decrypts all files in the set.

Encrypt ( this path ) : Path

Encrypts all files in the set.

Method Details

AccessControl() public static méthode

The access control security information for the first path in the collection.
public static AccessControl ( this path ) : FileSystemSecurity
path this
Résultat System.Security.AccessControl.FileSystemSecurity

AccessControl() public static méthode

The access control security information for the first path in the collection.
public static AccessControl ( this path, Action action ) : Path
path this
action Action An action that gets called for each path in the set.
Résultat System.IO.Path

AccessControl() public static méthode

The access control security information for the first path in the collection.
public static AccessControl ( this path, FileSystemSecurity>.Action action ) : Path
path this
action FileSystemSecurity>.Action An action that gets called for each path in the set.
Résultat System.IO.Path

AccessControl() public static méthode

Sets the access control security on all files and directories in the set.
public static AccessControl ( this path, FileSystemSecurity security ) : Path
path this
security System.Security.AccessControl.FileSystemSecurity The security to apply.
Résultat System.IO.Path

AccessControl() public static méthode

Sets the access control security on all files and directories in the set.
public static AccessControl ( this path, FileSystemSecurity>.Func securityFunction ) : Path
path this
securityFunction FileSystemSecurity>.Func A function that returns the security for each path.
Résultat System.IO.Path

Decrypt() public static méthode

Decrypts all files in the set.
public static Decrypt ( this path ) : Path
path this
Résultat System.IO.Path

Encrypt() public static méthode

Encrypts all files in the set.
public static Encrypt ( this path ) : Path
path this
Résultat System.IO.Path