EbsOpen Class Library for EBSILON®Professional

Application.SetProcessAffinityForDll Property

Indicates if for EbsOpen as Dll the Process-Affinity-Mask will be set.

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

Property Value

State of the Flag.

Remarks

Indicates if for EbsOpen as Dll the Process-Affinity-Mask will be set.

See Also

Application Class | EbsOpen Namespace