Skip to content

VfsConnectionBase

Namespace: MJCZone.MediaMatic.Providers.Base

Assembly: MJCZone.MediaMatic

Summary

Represents a connection to a virtual file system.

Inheritance

Implemented Interfaces:

abstract public

Note: This is an abstract base class. Concrete implementations can be found in provider-specific namespaces.

Contents

Methods (5) | Properties (2)

Methods

Dispose

Disposes the resources used by the VfsConnectionBase class.

csharp
void Dispose()

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

ProviderType

Gets the provider type for the virtual file system.

Type: VfsProviderType

ConnectionString

Gets the connection string for the virtual file system.

Type: string