| ProfilerGet Method (Thread) |
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static ProfilerDataCollection Get(
Thread thread
)
Public Shared Function Get (
thread As Thread
) As ProfilerDataCollection
public:
static ProfilerDataCollection^ Get(
Thread^ thread
)
static member Get :
thread : Thread -> ProfilerDataCollection
Parameters
- thread
- Type: Thread
The thread.
Return Value
Type:
ProfilerDataCollectionThe
ProfilerDataCollection for the specified thread.
Exceptions Remarks Thread-Safety: Accessing the profiler data of a thread that is not the
current thread is not thread-safe.
This method is not available on the following platforms: WinRT
See Also