PlatformDiagnosticTraceInfo.IsAutoLogger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.