ymm4-plugin-document
読み取り中…
検索中…
一致する文字列を見つけられません
YukkuriMovieMaker.Settings.RecentFile クラス

最近使用したファイルの情報を表すクラスです。 [詳解]

公開メンバ関数

 RecentFile (string path)
void UpdateTime ()

プロパティ

string Path = path [get, set]
global::System.DateTime Time = global::System.DateTime.Now [get, set]

詳解

最近使用したファイルの情報を表すクラスです。

構築子と解体子

◆ RecentFile()

YukkuriMovieMaker.Settings.RecentFile.RecentFile ( string path)

RecentFile クラスの新しいインスタンスを初期化します。

引数
pathファイルのパス。

メソッド詳解

◆ UpdateTime()

void YukkuriMovieMaker.Settings.RecentFile.UpdateTime ( )

ファイルの使用日時を現在時刻に更新します。

プロパティ詳解

◆ Path

string YukkuriMovieMaker.Settings.RecentFile.Path = path
getset

ファイルのパスを取得します。

◆ Time

global.System.DateTime YukkuriMovieMaker.Settings.RecentFile.Time = global::System.DateTime.Now
getset

ファイルが使用された日時を取得します。


このクラス詳解は次のファイルから抽出されました:
  • YukkuriMovieMaker.Plugin/YukkuriMovieMaker/Settings/RecentFile.cs