RemoteWebConfigurationHostServer.GetFileDetails Methode

Definitie

Hiermee haalt u de details van het configuratiebestand op.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

name
String

De naam van het bestand.

exists
Boolean

true als het bestand bestaat; anders, false.

size
Int64

De grootte van het bestand.

createDate
Int64

De datum waarop het bestand is gemaakt.

lastWriteDate
Int64

De datum waarop het bestand het laatst is geschreven.

Implementeringen

Uitzonderingen

name verwijst niet naar een bestand met de extensie .config.

Van toepassing op

Zie ook