Skip to content

VfsMethodsProvider

Namespace: MJCZone.MediaMatic.Providers

Assembly: MJCZone.MediaMatic

Summary

Provides methods for registering and retrieving vfs method factories.

static public

Contents

Methods (7)

Methods

MethodSummary
RegisterFactoryRegisters a custom vfs methods factory.
RegisterFactoryRegisters a vfs methods factory for a specific provider type.
GetMethodsGets the vfs methods for a given vfs connection.
GetType
ToString
Equals
GetHashCode

RegisterFactory

Registers a custom vfs methods factory.

csharp
void RegisterFactory(string name, IVfsMethodsFactory factory)

Parameters

  • name (string) - The name of the custom factory.
  • factory (IVfsMethodsFactory) - The custom factory to register.

RegisterFactory

Registers a vfs methods factory for a specific provider type.

csharp
void RegisterFactory(VfsProviderType providerType, IVfsMethodsFactory factory)

Parameters

GetMethods

Gets the vfs methods for a given vfs connection.

csharp
IVfsMethods GetMethods(IVfsConnection vfs)

Parameters

Returns

Type: IVfsMethods

The vfs methods.

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()