Click or drag to resize

BackupFileStream Constructor (SafeFileHandle, FileSystemRights)

Initializes a new instance of the BackupFileStream class for the specified file handle, with the specified read/write permission.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public BackupFileStream(
	SafeFileHandle handle,
	FileSystemRights access
)

Parameters

handle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
A file handle for the file that this BackupFileStream object will encapsulate.
access
Type: System.Security.AccessControlFileSystemRights
A FileSystemRights constant that gets the CanRead and CanWrite properties of the BackupFileStream object.
See Also