C# 클래스 Microsoft.Isam.Esent.Collections.Generic.PersistentDictionaryFile

Methods that deal with PersistentDictionary{TKey,TValue} database files.
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
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