IVfsMethodsFactory
Namespace: MJCZone.MediaMatic.Interfaces
Assembly: MJCZone.MediaMatic
Summary
Factory interface for creating virtual file system methods.
abstract public
Note: This is an interface that defines a contract. Look for implementing classes in the same or related namespaces.
Contents
Methods (2)
Methods
SupportsConnection
Determines whether the factory supports the specified virtual file system connection.
csharp
bool SupportsConnection(IVfsConnection vfs)Parameters
- vfs (IVfsConnection) - The virtual file system connection.
Returns
Type: bool
GetMethods
Gets the virtual file system methods for the specified virtual file system connection.
csharp
IVfsMethods GetMethods(IVfsConnection vfs)Parameters
- vfs (IVfsConnection) - The virtual file system connection.
Returns
Type: IVfsMethods
An instance of for the specified virtual file system connection.