C# Class Microsoft.Isam.Esent.Collections.Generic.PersistentDictionaryFile

Methods that deal with PersistentDictionary{TKey,TValue} database files.
Afficher le fichier Open project: ayende/managed-esent Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

DeleteFiles() public static méthode

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.
Résultat void

Exists() public static méthode

Determine if a dictionary database file exists in the specified directory.
public static Exists ( string directory ) : bool
directory string The directory to look in.
Résultat bool