RemoteWebConfigurationHostServer.GetFileDetails 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組態檔的詳細資料。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
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)
參數
- name
- String
檔案的名稱。
- exists
- Boolean
如果檔案存在則為 true
,否則為 false
。
- size
- Int64
檔案的大小。
- createDate
- Int64
建立檔案的日期。
- lastWriteDate
- Int64
上次寫入檔案的日期。
實作
例外狀況
name
不會指向 .config 副檔名的檔案。