问题:
A . Use the following code: AppDomain appInfo = ApplicationDomain.Current;
B . Use the following code: AppDomain appInfo = AppDomain.CurrentDomain ();
C . Use the following code: AppDomain appInfo = Thread.GetDomain ();
D . Use the following code: AppDomain appInfo = MainThread.GetDomain ();
● 参考解析
本题暂无解析
相关内容
相关标签