Assembly.IsFullyTrusted Propriété

Définition

Obtient une valeur qui indique si l'assembly actuel est chargé avec une confiance totale.

public:
 property bool IsFullyTrusted { bool get(); };
public bool IsFullyTrusted { get; }
member this.IsFullyTrusted : bool
Public ReadOnly Property IsFullyTrusted As Boolean

Valeur de propriété

true si l'assembly actuel est chargé avec une confiance totale ; sinon, false.

S’applique à