public static readonly bool IsPosixEnvironmentPublic Shared ReadOnly IsPosixEnvironment As Booleanpublic:
static initonly bool IsPosixEnvironmentvar Gemstone.Common.IsPosixEnvironmentSince a .NET application compiled under Mono can run under both Windows and Unix style platforms, you can use this property to easily determine the current operating environment.
This property will return true for both MacOSX and Unix environments. Use the Platform property of the OSVersion to determine more specific platform type, e.g., MacOSX or Unix.