| ProfilerReset Method (Int32) |
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax [ConditionalAttribute("DIGITALRUNE_PROFILE")]
public static void Reset(
int managedThreadId
)
<ConditionalAttribute("DIGITALRUNE_PROFILE")>
Public Shared Sub Reset (
managedThreadId As Integer
)
public:
[ConditionalAttribute(L"DIGITALRUNE_PROFILE")]
static void Reset(
int managedThreadId
)
[<ConditionalAttribute("DIGITALRUNE_PROFILE")>]
static member Reset :
managedThreadId : int -> unit
Parameters
- managedThreadId
- Type: SystemInt32
The managed thread ID.
Remarks Thread-Safety: Accessing the profiler data of a thread that is not the
current thread is not thread-safe.
See Also