EbsOpen Class Library for EBSILON®Professional

Application.SystemAffinityMask Property

Affinity-Mask of the operation system. (Lower 32 bits.)

[Visual Basic]
Public Property ReadOnly SystemAffinityMask As Integer
[C#]
public int SystemAffinityMask { get; }
[C++]
public: __property int get_SystemAffinityMask();
[JScript]
public function get SystemAffinityMask() : int

Property Value

Affinity-Mask of the operation system. (Lower 32 bits.) To access up to 64 bits on a 64-bit Windows-OS use SystemAffinityMask64.

Remarks

Affinity-Mask of the operation system. (Lower 32 bits.)

See Also

Application Class | EbsOpen Namespace