Class MediaMount
Inheritance
System.Object
MediaMount
Implements
System.IDisposable
Assembly: MediaBrowser.Model.dll
public class MediaMount : IMediaMount, IDisposable
Properties
Declaration
public IFileSystem FileSystem { get; set; }
Property Value
Declaration
public string MountedContainer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FileSystemMetadata MountedPathInfo { get; set; }
Property Value
Declaration
public MediaProtocol MountedProtocol { get; set; }
Property Value
Methods
Declaration
public void AddDisposable(IDisposable disposable)
Parameters
Type |
Name |
Description |
System.IDisposable |
disposable |
|
Declaration
Declaration
protected virtual void OnDispose()
Implements
System.IDisposable
Extension Methods