Aracılığıyla paylaş


IRemoteWebConfigurationHostServer.GetFileDetails Yöntem

Tanım

Yapılandırma dosyasının ayrıntılarını alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

name
String

Dosyanın adı.

exists
Boolean

true dosya varsa; aksi takdirde , false.

size
Int64

Dosyanın boyutu.

createDate
Int64

Dosyanın oluşturulduğu tarih.

lastWriteDate
Int64

Dosyanın son yazıldığı tarih.

Şunlara uygulanır