共用方式為


IRemoteWebConfigurationHostServer.GetFileDetails 方法

定義

取得組態檔的詳細資料。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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)

參數

name
String

檔案的名稱。

exists
Boolean

如果檔案存在則為 true,否則為 false

size
Int64

檔案的大小。

createDate
Int64

建立檔案的日期。

lastWriteDate
Int64

上次寫入檔案的日期。

適用於