MemoryVfsConnectionFactory
Namespace: MJCZone.MediaMatic.Providers.Memory
Assembly: MJCZone.MediaMatic
Summary
Represents a factory for creating connections to a Memory virtual file system.
Inheritance
Base Class: VfsConnectionFactoryBase
public
Contents
Constructors (1) | Methods (5) | Properties (1)
Constructors
MemoryVfsConnectionFactory
Initializes a new instance of the MemoryVfsConnectionFactory class.
csharp
MemoryVfsConnectionFactory()Methods
CreateConnection
Creates a new connection to the Memory virtual file system.
csharp
IVfsConnection CreateConnection(string connectionString)Parameters
- connectionString (string) - The connection string for the Memory virtual file system (e.g., "memory://" or "memory://name=mystore").
Returns
Type: IVfsConnection
A new instance of the class.
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
ProviderType
Gets the provider type for the virtual file system.
Type: object