PlatformDiagnosticActions.GetKnownTraceList Method
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.
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.