19 references to PathType
System.Core (19)
Microsoft\Win32\UnsafeNativeMethods.cs (1)
1221[MarshalAs(UnmanagedType.I4)]PathType flags
System\Diagnostics\Eventing\Reader\EventLogInformation.cs (1)
41internal EventLogInformation(EventLogSession session, string channelName, PathType pathType) {
System\Diagnostics\Eventing\Reader\EventLogQuery.cs (4)
38private PathType pathType; 42public EventLogQuery(string path, PathType pathType) 46public EventLogQuery(string path, PathType pathType, string query) { 94internal PathType ThePathType {
System\Diagnostics\Eventing\Reader\EventLogReader.cs (4)
67: this(new EventLogQuery(path, PathType.LogName), null) { 70public EventLogReader(string path, PathType pathType) 85if (eventQuery.ThePathType == PathType.FilePath) 102if (this.eventQuery.ThePathType == PathType.LogName)
System\Diagnostics\Eventing\Reader\EventLogSession.cs (7)
233public EventLogInformation GetLogInformation(string logName, PathType pathType) { 240public void ExportLog(string path, PathType pathType, string query, string targetFilePath) { 244public void ExportLog(string path, PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors) 255case PathType.LogName: 258case PathType.FilePath: 271public void ExportLogAndMessages(string path, PathType pathType, string query, string targetFilePath) 276public void ExportLogAndMessages(string path, PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors, CultureInfo targetCultureInfo ) {
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
57: this(new EventLogQuery(path, PathType.LogName), null, false) {
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
262public static EventLogHandle EvtOpenLog(EventLogHandle session, string path, PathType flags) {