RemoteWebConfigurationHostServer.GetFileDetails メソッド
アセンブリ: System.Web (system.web.dll 内)

Public Sub GetFileDetails ( _ name As String, _ <OutAttribute> ByRef exists As Boolean, _ <OutAttribute> ByRef size As Long, _ <OutAttribute> ByRef createDate As Long, _ <OutAttribute> ByRef lastWriteDate As Long _ )
Dim instance As RemoteWebConfigurationHostServer Dim name As String Dim exists As Boolean Dim size As Long Dim createDate As Long Dim lastWriteDate As Long instance.GetFileDetails(name, exists, size, createDate, lastWriteDate)
public void GetFileDetails ( string name, out bool exists, out long size, out long createDate, out long lastWriteDate )
public: virtual void GetFileDetails ( String^ name, [OutAttribute] bool% exists, [OutAttribute] long long% size, [OutAttribute] long long% createDate, [OutAttribute] long long% lastWriteDate ) sealed
public final void GetFileDetails ( String name, /** @attribute OutAttribute() */ /** @ref */ boolean exists, /** @attribute OutAttribute() */ /** @ref */ long size, /** @attribute OutAttribute() */ /** @ref */ long createDate, /** @attribute OutAttribute() */ /** @ref */ long lastWriteDate )

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- RemoteWebConfigurationHostServer.GetFileDetails メソッドのページへのリンク