Thread-IsThreadPoolThread

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

 

posted @ 2021-11-23 15:45  vba是最好的语言  阅读(54)  评论(0)    收藏  举报