IRemoteWebConfigurationHostServer.GetFileDetails メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成ファイルの詳細を取得します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
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
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
ファイルに最後に書き込んだ日付。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET