Skip to content

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

Returns

Type: bool

if the factory supports the specified virtual file system connection; otherwise, .

GetMethods

Gets the virtual file system methods for the specified virtual file system connection.

csharp
IVfsMethods GetMethods(IVfsConnection vfs)

Parameters

Returns

Type: IVfsMethods

An instance of for the specified virtual file system connection.