PathType 列挙型

定義

文字列に、イベント ログの名前が格納されているか、またはイベント ログ ファイルのファイル システム パスが格納されているかを指定します。

public enum class PathType
public enum PathType
type PathType = 
Public Enum PathType
継承
PathType

フィールド

FilePath 2

path パラメーターに、イベント ログ ファイルのファイル システム パスが格納されます。

LogName 1

path パラメーターに、イベント ログの名前が格納されます。

適用対象

こちらもご覧ください