| ProfilerReset Method (String) |
Resets the
ProfilerData with the given name (only for the current thread).
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax [ConditionalAttribute("DIGITALRUNE_PROFILE")]
public static void Reset(
string name
)
<ConditionalAttribute("DIGITALRUNE_PROFILE")>
Public Shared Sub Reset (
name As String
)
public:
[ConditionalAttribute(L"DIGITALRUNE_PROFILE")]
static void Reset(
String^ name
)
[<ConditionalAttribute("DIGITALRUNE_PROFILE")>]
static member Reset :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the profiler data.
See Also