| ParallelNumCPUs Property |
[This is preliminary documentation and is subject to change.]
Delivers the number of CPUs on the current PC
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NumCPUs { get; }
Public ReadOnly Property NumCPUs As Integer
Get
public:
property int NumCPUs {
int get ();
}
member NumCPUs : int with get
Property Value
Type:
Int32See Also