C# Class Xapian.Version

Inheritance: IDisposable
Datei anzeigen Open project: kyeh/dormhost

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Major ( ) : int
Minor ( ) : int
Revision ( ) : int
String ( ) : string

Private Methods

Method Description
Version ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Version obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Major() public static method

public static Major ( ) : int
return int

Minor() public static method

public static Minor ( ) : int
return int

Revision() public static method

public static Revision ( ) : int
return int

String() public static method

public static String ( ) : string
return string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool