单项选择题
You work as an application developer at Certkiller .com. You are required to dynamically load assemblies into an application domain. You are using the Load method of the AppDomain class. What types of files can you this use method for?()
A. Library application files (.dll).
B. All assembly files, no matter what there file extensions are.
C. Application configuration files (.config).
D. Standalone application files (.exe).
相关考题
-
单项选择题
You work as an application developer at Certkiller .com. You are required to dynamically load assemblies into a custom child application domain. You need to ensure that the assemblies loaded into the child application domain have the same permissions as the applications that are accessed across the local intranet.What should you do? ()
A.A
B.B
C.C
D.D -
单项选择题
YouworkasanapplicationdeveloperatCertkiller.com.YouhaverecentlycreatedanapplicationdomainforCertkiller.com.Afewweekslater,youarerequiredtodetermineifassemblyreferencesinthisapplicationdomain,whichisthecurrentapplicationdomain,arebeingcached.Whatpropertyshouldyouusetoachievethisobjective?()
A. AppDomain.CurrentDomain.ShadowCopyFiles
B. AppDomain.CurrentDomain.CachePath
C. AppDomain.CurrentDomain.ConfigurationFile
D. AppDomain.CurrentDomain.Evidence -
多项选择题
YouworkasanapplicationdeveloperatCertkiller.com.YouhaverecentlycreatedanapplicationdomainforCertkiller.com.Afewweekslateryouareaskedtoretrieveinformationfromthisapplicationdomain,whichisthecurrentapplicationdomain.Whatcanyoudotoachievethisobjective?()
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 ();
