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

Public Function GetData ( _ fileName As String, _ getReadTimeOnly As Boolean, _ <OutAttribute> ByRef readTime As Long _ ) As Byte()
Dim instance As RemoteWebConfigurationHostServer Dim fileName As String Dim getReadTimeOnly As Boolean Dim readTime As Long Dim returnValue As Byte() returnValue = instance.GetData(fileName, getReadTimeOnly, readTime)
public: virtual array<unsigned char>^ GetData ( String^ fileName, bool getReadTimeOnly, [OutAttribute] long long% readTime ) sealed
public final byte[] GetData ( String fileName, boolean getReadTimeOnly, /** @attribute OutAttribute() */ /** @ref */ long readTime )
戻り値
構成データを格納する 8 ビット符号なし整数 (バイト) の array。

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.GetData メソッドのページへのリンク