PlatformDiagnosticActions.GetActiveTraceRuntime 方法

定义

返回指定槽中的跟踪运行的时间量。

public:
 static PlatformDiagnosticTraceRuntimeInfo ^ GetActiveTraceRuntime(PlatformDiagnosticTraceSlotType slotType);
 static PlatformDiagnosticTraceRuntimeInfo GetActiveTraceRuntime(PlatformDiagnosticTraceSlotType const& slotType);
public static PlatformDiagnosticTraceRuntimeInfo GetActiveTraceRuntime(PlatformDiagnosticTraceSlotType slotType);
function getActiveTraceRuntime(slotType)
Public Shared Function GetActiveTraceRuntime (slotType As PlatformDiagnosticTraceSlotType) As PlatformDiagnosticTraceRuntimeInfo

参数

slotType
PlatformDiagnosticTraceSlotType

要查询的槽。

返回

指定槽中的跟踪运行了多长时间。

适用于