PathType 列挙型

定義

イベント ログの名前またはイベント ログ ファイルへのファイル システム パスが文字列に含まれていることを指定します。

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

フィールド

名前 説明
LogName 1

path パラメーターには、イベント ログの名前が含まれています。

FilePath 2

path パラメーターには、イベント ログ ファイルへのファイル システム パスが含まれています。

適用対象