Edit

Share via


HostProtectionAttribute.SelfAffectingThreading Property

Definition

Gets or sets a value indicating whether self-affecting threading is exposed.

public:
 property bool SelfAffectingThreading { bool get(); void set(bool value); };
public bool SelfAffectingThreading { get; set; }
member this.SelfAffectingThreading : bool with get, set
Public Property SelfAffectingThreading As Boolean

Property Value

true if self-affecting threading is exposed; otherwise, false. The default is false.

Remarks

Self-affecting threading manipulates threads in a way that only affects user code.

Applies to

See also