C# Class Xapian.Quartz

Inheritance: IDisposable
Afficher le fichier Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
Open ( string dir ) : Database
Open ( string dir, int action ) : WritableDatabase
Open ( string dir, int action, int block_size ) : WritableDatabase

Private Methods

Méthode Description
Quartz ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Quartz obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Open() public static méthode

public static Open ( string dir ) : Database
dir string
Résultat Database

Open() public static méthode

public static Open ( string dir, int action ) : WritableDatabase
dir string
action int
Résultat WritableDatabase

Open() public static méthode

public static Open ( string dir, int action, int block_size ) : WritableDatabase
dir string
action int
block_size int
Résultat WritableDatabase

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool