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)
41
internal EventLogInformation(EventLogSession session, string channelName,
PathType
pathType) {
System\Diagnostics\Eventing\Reader\EventLogQuery.cs (4)
38
private
PathType
pathType;
42
public EventLogQuery(string path,
PathType
pathType)
46
public EventLogQuery(string path,
PathType
pathType, string query) {
94
internal
PathType
ThePathType {
System\Diagnostics\Eventing\Reader\EventLogReader.cs (4)
67
: this(new EventLogQuery(path,
PathType
.LogName), null) {
70
public EventLogReader(string path,
PathType
pathType)
85
if (eventQuery.ThePathType ==
PathType
.FilePath)
102
if (this.eventQuery.ThePathType ==
PathType
.LogName)
System\Diagnostics\Eventing\Reader\EventLogSession.cs (7)
233
public EventLogInformation GetLogInformation(string logName,
PathType
pathType) {
240
public void ExportLog(string path,
PathType
pathType, string query, string targetFilePath) {
244
public void ExportLog(string path,
PathType
pathType, string query, string targetFilePath, bool tolerateQueryErrors)
255
case
PathType
.LogName:
258
case
PathType
.FilePath:
271
public void ExportLogAndMessages(string path,
PathType
pathType, string query, string targetFilePath)
276
public 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)
262
public static EventLogHandle EvtOpenLog(EventLogHandle session, string path,
PathType
flags) {