Class ThreadInfo
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Provides information about threads
[InitializeOnLoad]
public static class ThreadInfo
- Inheritance
-
ThreadInfo
- Inherited Members
Fields
MainThreadSynchronizationContext
The SynchronizationContext used by the main thread.
public static readonly SynchronizationContext MainThreadSynchronizationContext
Field Value
Properties
IsMainThread
Returns true when the current thread is the main thread
public static bool IsMainThread { get; }