PlatformDiagnosticActions.GetKnownTraceList Method

Definition

Get the list of diagnostic traces that are available on the system.

public:
 static IVectorView<PlatformDiagnosticTraceInfo ^> ^ GetKnownTraceList(PlatformDiagnosticTraceSlotType slotType);
 static IVectorView<PlatformDiagnosticTraceInfo> GetKnownTraceList(PlatformDiagnosticTraceSlotType const& slotType);
public static IReadOnlyList<PlatformDiagnosticTraceInfo> GetKnownTraceList(PlatformDiagnosticTraceSlotType slotType);
function getKnownTraceList(slotType)
Public Shared Function GetKnownTraceList (slotType As PlatformDiagnosticTraceSlotType) As IReadOnlyList(Of PlatformDiagnosticTraceInfo)

Parameters

slotType
PlatformDiagnosticTraceSlotType

The slot for which you want a list of traces.

Returns

A list that describes the traces available for the slot.

Applies to