C# Класс Microsoft.Isam.Esent.Collections.Generic.PersistentDictionaryFile

Methods that deal with PersistentDictionary{TKey,TValue} database files.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteFiles ( string directory ) : void

Delete all files associated with a PersistedDictionary database from the specified directory.

Exists ( string directory ) : bool

Determine if a dictionary database file exists in the specified directory.

Описание методов

DeleteFiles() публичный статический Метод

Delete all files associated with a PersistedDictionary database from the specified directory.
public static DeleteFiles ( string directory ) : void
directory string The directory to delete the files from.
Результат void

Exists() публичный статический Метод

Determine if a dictionary database file exists in the specified directory.
public static Exists ( string directory ) : bool
directory string The directory to look in.
Результат bool