IAspNetManagementUtility.ReadFileDates メソッド
アセンブリ: AspNetMMCExt (aspnetmmcext.dll 内)

Sub ReadFileDates ( _ <InAttribute> filename As String, _ <OutAttribute> ByRef creationDate As String, _ <OutAttribute> ByRef modifiedDate As String, _ <OutAttribute> ByRef lastAccessDate As String _ )
Dim instance As IAspNetManagementUtility Dim filename As String Dim creationDate As String Dim modifiedDate As String Dim lastAccessDate As String instance.ReadFileDates(filename, creationDate, modifiedDate, lastAccessDate)
void ReadFileDates ( [InAttribute] string filename, out string creationDate, out string modifiedDate, out string lastAccessDate )
void ReadFileDates ( [InAttribute] String^ filename, [OutAttribute] String^% creationDate, [OutAttribute] String^% modifiedDate, [OutAttribute] String^% lastAccessDate )
void ReadFileDates ( /** @attribute InAttribute() */ String filename, /** @attribute OutAttribute() */ /** @ref */ String creationDate, /** @attribute OutAttribute() */ /** @ref */ String modifiedDate, /** @attribute OutAttribute() */ /** @ref */ String lastAccessDate )

IAspNetManagementUtility インターフェイスを使用したプログラミングおよび Microsoft 管理コンソール (MMC) の詳細については、MSDN ライブラリにある『MMC Programmer's Guide』を参照してください。


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


- IAspNetManagementUtility.ReadFileDates メソッドのページへのリンク