HostProtectionAttribute.ExternalThreading Propriété

Définition

Obtient ou définit une valeur indiquant si le thread externe est exposé.

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

Valeur de propriété

true si le thread externe est exposé ; sinon, false. La valeur par défaut est false.

Remarques

Le code qui expose le threading externe crée ou manipule des threads autres que ses propres, qui peuvent être dangereux pour l’hôte.

S’applique à

Voir aussi