ZipArchiveEntry.ExternalAttributes Propriété
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attributs de fichier propres au système d’exploitation et à l’application.
public:
property int ExternalAttributes { int get(); void set(int value); };
public int ExternalAttributes { get; set; }
member this.ExternalAttributes : int with get, set
Public Property ExternalAttributes As Integer
Attributs externes écrits par l’application quand cette entrée a été écrite. Ils dépendent à la fois du système d’exploitation hôte et de l’application.
Le mappage des attributs externes dépend du système hôte. Pour MS-DOS, l’octet de faible ordre est l’octet de l’attribut de répertoire MS-DOS. Pour Unix, l’octet d’ordre élevé est fréquemment utilisé pour stocker les autorisations de fichier. Si l’entrée provient d’une entrée standard, ce champ est défini sur zéro.
Produit | Versions |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.1 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: