RemoteWebConfigurationHostServer.GetFileDetails Méthode
Définition
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.
Obtient les détails du fichier de configuration.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
virtual void GetFileDetails(System::String ^ name, [Runtime::InteropServices::Out] bool % exists, [Runtime::InteropServices::Out] long % size, [Runtime::InteropServices::Out] long % createDate, [Runtime::InteropServices::Out] long % lastWriteDate);
public void GetFileDetails (string name, out bool exists, out long size, out long createDate, out long lastWriteDate);
abstract member GetFileDetails : string * bool * int64 * int64 * int64 -> unit
override this.GetFileDetails : string * bool * int64 * int64 * int64 -> unit
Public Sub GetFileDetails (name As String, ByRef exists As Boolean, ByRef size As Long, ByRef createDate As Long, ByRef lastWriteDate As Long)
Paramètres
- name
- String
Nom du fichier.
- exists
- Boolean
true
si le fichier existe ; sinon, false
.
- size
- Int64
Taille du fichier.
- createDate
- Int64
Date de création du fichier.
- lastWriteDate
- Int64
Date de la dernière écriture dans le fichier.
Implémente
Exceptions
name
ne pointe pas vers un fichier ayant l'extension .config.