Interface IMountManager
  
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public interface IMountManager
   
  Methods
  
  GetMountedFileSystem(IDirectoryEntry)
  
  
  Declaration
  
    IFileSystem? GetMountedFileSystem(IDirectoryEntry mountPoint)
   
  Parameters
  
  Returns
  
  
  IsMounted(IFileSystem)
  
  
  Declaration
  
    bool IsMounted(IFileSystem fs)
   
  Parameters
  
  Returns
  
  
  Mount(IDirectoryEntry, IFileSystem)
  
  
  Declaration
  
    void Mount(IDirectoryEntry mountPoint, IFileSystem filesystem)
   
  Parameters
  
  
  Unmount(IDirectoryEntry)
  
  
  Declaration
  
    void Unmount(IDirectoryEntry mountPoint)
   
  Parameters