Returns the currently ThreadBase instance which is running in this thread.
Namespace: UnityThreadingAssembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static ThreadBase CurrentThread { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property CurrentThread As ThreadBase Get |
Visual C++ |
---|
public: static property ThreadBase^ CurrentThread { ThreadBase^ get (); } |