[This is preliminary documentation and is subject to change.]
Gets or sets the used processors (cores).
Namespace:
NHunspellAssembly: NHunspell (in NHunspell.dll) Version: 0.9.2.0 (0.9.2.0)
Syntax
| C# |
|---|
public int Processors { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Processors As Integer |
| Visual C++ |
|---|
public: property int Processors { int get (); void set (int value); } |