Click or drag to resize
BackupFileStreamSafeFileHandle Property
Gets a SafeFileHandle object that represents the operating system file handle for the file that the current BackupFileStream object encapsulates.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public SafeFileHandle SafeFileHandle { get; }

Property Value

Type: SafeFileHandle
A SafeFileHandle object that represents the operating system file handle for the file that the current BackupFileStream object encapsulates.
See Also