C# 클래스 Fluent.IO.Windows.WindowsExtensions

파일 보기 프로젝트 열기: bleroy/FluentPath

공개 메소드들

메소드 설명
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.

메소드 상세

AccessControl() 공개 정적인 메소드

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

AccessControl() 공개 정적인 메소드

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.
리턴 System.IO.Path

AccessControl() 공개 정적인 메소드

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.
리턴 System.IO.Path

AccessControl() 공개 정적인 메소드

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.
리턴 System.IO.Path

AccessControl() 공개 정적인 메소드

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.
리턴 System.IO.Path

Decrypt() 공개 정적인 메소드

Decrypts all files in the set.
public static Decrypt ( this path ) : Path
path this
리턴 System.IO.Path

Encrypt() 공개 정적인 메소드

Encrypts all files in the set.
public static Encrypt ( this path ) : Path
path this
리턴 System.IO.Path