Compartir a través de


PlatformDiagnosticActions.GetActiveTraceRuntime Método

Definición

Devuelve la cantidad de tiempo que se ha estado ejecutando un seguimiento en el espacio especificado.

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

Parámetros

slotType
PlatformDiagnosticTraceSlotType

Qué ranura se va a consultar.

Devoluciones

Cuánto tiempo se ha estado ejecutando el seguimiento en la ranura especificada.

Se aplica a