You work as an application developer at Certkiller .com. You have recently created an application domain for Certkiller .com. A few weeks later you are asked to retrieve information from this application domain, which is the current application domain. What can you do to achieve this objective?()
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 ();