Click or drag to resize

Util Properties

The Util type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHyperThreadingEnabled
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.

Public propertyStatic memberProcessorCount
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.

Public propertyStatic memberUnitProvider
If not null, then this unit provider is use to convert values into user units
Top
See Also