Share via


RemoteWebConfigurationHostServer.GetFileDetails Metodo

Definizione

Ottiene i dettagli del file di configurazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

name
String

Nome del file.

exists
Boolean

true se il file esiste; in caso contrario, false.

size
Int64

Dimensione del file.

createDate
Int64

Data in cui è stato creato il file.

lastWriteDate
Int64

Data dell'ultima modifica del file.

Implementazioni

Eccezioni

name non punta a un file con estensione .config.

Si applica a

Vedi anche