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 的文件。

适用于

另请参阅