Share via


PlatformDiagnosticTraceInfo.IsAutoLogger Property

Definition

Indicates whether the trace is from an ETW AutoLogger session.

public:
 property bool IsAutoLogger { bool get(); };
bool IsAutoLogger();
public bool IsAutoLogger { get; }
var boolean = platformDiagnosticTraceInfo.isAutoLogger;
Public ReadOnly Property IsAutoLogger As Boolean

Property Value

Boolean

bool

True if the trace is from an ETW autologger session; false otherwise.

Applies to

See also