Thread-IsThreadPoolThread
/*========================================================================= ** Returns true if the thread is a threadpool thread. =========================================================================*/ public extern bool IsThreadPoolThread { [System.Security.SecuritySafeCritical] // auto-generated [MethodImpl(MethodImplOptions.InternalCall)] get; }