次の方法で共有


RemoteWebConfigurationHostServer.GetFileDetails メソッド

定義

構成ファイルの詳細を取得します。

この 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 拡張子の付いたファイルを指していません。

適用対象

こちらもご覧ください