C# 클래스 Xapian.Flint

상속: IDisposable
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Open ( string dir ) : Database
Open ( string dir, int action ) : WritableDatabase
Open ( string dir, int action, int block_size ) : WritableDatabase

비공개 메소드들

메소드 설명
Flint ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Flint obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Open() 공개 정적인 메소드

public static Open ( string dir ) : Database
dir string
리턴 Database

Open() 공개 정적인 메소드

public static Open ( string dir, int action ) : WritableDatabase
dir string
action int
리턴 WritableDatabase

Open() 공개 정적인 메소드

public static Open ( string dir, int action, int block_size ) : WritableDatabase
dir string
action int
block_size int
리턴 WritableDatabase

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool