BackupFileStream Constructor |
Name | Description | |
---|---|---|
![]() | BackupFileStream(SafeFileHandle, FileSystemRights) | Initializes a new instance of the BackupFileStream class for the specified file handle, with the specified read/write permission. |
![]() | BackupFileStream(String, FileMode) | Initializes a new instance of the BackupFileStream class with the specified path and creation mode. |
![]() | BackupFileStream(String, FileMode, FileSystemRights) | Initializes a new instance of the BackupFileStream class with the specified path, creation mode and access rights. |
![]() | BackupFileStream(KernelTransaction, String, FileMode) | Initializes a new instance of the BackupFileStream class with the specified path and creation mode. |
![]() | BackupFileStream(String, FileMode, FileSystemRights, FileShare) | Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission. |
![]() | BackupFileStream(KernelTransaction, String, FileMode, FileSystemRights) | Initializes a new instance of the BackupFileStream class with the specified path, creation mode and access rights. |
![]() | BackupFileStream(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. |
![]() | BackupFileStream(KernelTransaction, String, FileMode, FileSystemRights, FileShare) | Initializes a new instance of the BackupFileStream class with the specified path, creation mode, access rights and sharing permission. |
![]() | BackupFileStream(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. |
![]() | BackupFileStream(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. |
![]() | BackupFileStream(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. |