| AutoFileCaseUpdate |
Flag indicating if the FileExists method
will try to automatically fix the path for case differences.
Default is false on Windows (because it will have no effect), and
true on Linux.
|
| HyperThreadingEnabled |
Flag specifying that Hyper Threading is enabled on this machine
This is false by default, and hence can be false, even though Hyper Threading is enabled. |
| ProcessorCount |
Returns the number of processing units in the current system.
If HyperThreadingEnabled is set, it returns half of Environment.ProcessorCount, otherwise it just returns Environment.ProcessorCount. |
| UnitProvider | If not null, then this unit provider is use to convert values into user units |