Sdílet prostřednictvím


IRemoteWebConfigurationHostServer.GetFileDetails Metoda

Definice

Získá podrobnosti konfiguračního souboru.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 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
Public Sub GetFileDetails (name As String, ByRef exists As Boolean, ByRef size As Long, ByRef createDate As Long, ByRef lastWriteDate As Long)

Parametry

name
String

Název souboru.

exists
Boolean

truepokud soubor existuje; v opačném případě . false

size
Int64

Velikost souboru.

createDate
Int64

Datum vytvoření souboru.

lastWriteDate
Int64

Datum posledního zápisu souboru.

Platí pro