Click or drag to resize
DigitalRuneProfilerGet Method
Gets the ProfilerDataCollection for the current thread.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static ProfilerDataCollection Get()

Return Value

Type: ProfilerDataCollection
The ProfilerDataCollection for the current thread.
See Also