SecurityPermissionAttribute.UnmanagedCode Propriété

Définition

Obtient ou définit une valeur qui indique si l’autorisation d’appeler du code non managé est déclarée.

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

Valeur de propriété

Boolean

true si l’autorisation d’appeler du code non managé est déclarée ; sinon, false.

S’applique à