Click or drag to resize

FileSystemEntryMountPoint Property

Gets the mount point, if any.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public FileSystemMountPoint MountPoint { get; }

Property Value

Type: FileSystemMountPoint
The mount point or null.
See Also