Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Properties | List of all members
Lucene.Net.Support.OS Class Reference

Provides platform infos. More...

Properties

static bool IsUnix [get]
 Whether we run under a Unix platform.
 
static bool IsWindows [get]
 Whether we run under a supported Windows platform.
 

Detailed Description

Provides platform infos.

Definition at line 29 of file OS.cs.

Property Documentation

bool Lucene.Net.Support.OS.IsUnix
staticget

Whether we run under a Unix platform.

Definition at line 50 of file OS.cs.

bool Lucene.Net.Support.OS.IsWindows
staticget

Whether we run under a supported Windows platform.

Definition at line 58 of file OS.cs.


The documentation for this class was generated from the following file: