Click or drag to resize

BackupFileStream Constructor

Overload List
  NameDescription
Public methodBackupFileStream(SafeFileHandle, FileSystemRights)
Initializes a new instance of the BackupFileStream class for the specified file handle, with the specified read/write permission.
Public methodBackupFileStream(String, FileMode)
Initializes a new instance of the BackupFileStream class with the specified path and creation mode.
Public methodBackupFileStream(String, FileMode, FileSystemRights)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode and access rights.
Public methodBackupFileStream(KernelTransaction, String, FileMode)
Initializes a new instance of the BackupFileStream class with the specified path and creation mode.
Public methodBackupFileStream(String, FileMode, FileSystemRights, FileShare)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission.
Public methodBackupFileStream(KernelTransaction, String, FileMode, FileSystemRights)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode and access rights.
Public methodBackupFileStream(String, FileMode, FileSystemRights, FileShare, ExtendedFileAttributes)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission, and additional file attributes.
Public methodBackupFileStream(KernelTransaction, String, FileMode, FileSystemRights, FileShare)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission.
Public methodBackupFileStream(String, FileMode, FileSystemRights, FileShare, ExtendedFileAttributes, FileSecurity)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission, additional file attributes, access control and audit security.
Public methodBackupFileStream(KernelTransaction, String, FileMode, FileSystemRights, FileShare, ExtendedFileAttributes)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission, and additional file attributes.
Public methodBackupFileStream(KernelTransaction, String, FileMode, FileSystemRights, FileShare, ExtendedFileAttributes, FileSecurity)
Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission, additional file attributes, access control and audit security.
Top
See Also