EbsOpen Class Library for EBSILON®Professional

Application.SetProcessAffinity Property

Indicates whether the Affinity-Mask of the process will be set.

[Visual Basic]
Public Property SetProcessAffinity As Boolean
[C#]
public bool SetProcessAffinity { get; set; }
[C++]
public: __property bool get_SetProcessAffinity();
public: __property void set_SetProcessAffinity(bool );
[JScript]
public function get SetProcessAffinity() : bool
public function set SetProcessAffinity(bool);

Property Value

Indicates whether the Affinity-Mask of the process will be set.

Remarks

Indicates whether the Affinity-Mask of the process will be set.

See Also

Application Class | EbsOpen Namespace