Thread-CurrentContext

        public static Context CurrentContext
        {
            [System.Security.SecurityCritical]  // auto-generated_required
            get
            {
                return CurrentThread.GetCurrentContextInternal();
            }
        }

Context 类

微软文档地址:Context 类 (System.Runtime.Remoting.Contexts) | Microsoft Docs

定义

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