Click or drag to resize

FileSystemMountPoint Class

A mount point provides an entry point to another volume or path.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesFileSystemMountPoint

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class FileSystemMountPoint

The FileSystemMountPoint type exposes the following members.

Properties
  NameDescription
Public propertyPrintName
Gets the moint point's print name. The print name is an informative pathname, suitable for display to a user, that also identifies the target of the mount point.
Public propertySubstituteName
Gets the moint point's substitute name.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also