Partager via


RemoteWebConfigurationHostServer.GetFileDetails Méthode

Définition

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.

S’applique à

Voir aussi