VolumeInfo Constructor (SafeFileHandle) |
Initializes a VolumeInfo instance.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public VolumeInfo(
SafeFileHandle volumeHandle
)
Public Sub New (
volumeHandle As SafeFileHandle
)
public:
VolumeInfo(
SafeFileHandle^ volumeHandle
)
new :
volumeHandle : SafeFileHandle -> VolumeInfo
Parameters
- volumeHandle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
An instance to a SafeFileHandle handle.
See Also