| ProfilerGet Method |
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static ProfilerDataCollection Get()
Public Shared Function Get As ProfilerDataCollection
public:
static ProfilerDataCollection^ Get()
static member Get : unit -> ProfilerDataCollection
Return Value
Type:
ProfilerDataCollectionThe
ProfilerDataCollection for the current thread.
See Also