Edit

Share via


HostProtectionAttribute.ExternalThreading Property

Definition

Gets or sets a value indicating whether external threading is exposed.

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

Property Value

true if external threading is exposed; otherwise, false. The default is false.

Remarks

Code that exposes external threading creates or manipulates threads other than its own, which might be harmful to the host.

Applies to

See also