您需要動態(tài)地將程序集加載到應(yīng)用程序域。 您正在使用應(yīng)用程序域類的Load的方法。 哪些類型的文件,你能為此使用方法?()
A.類庫(.dll). B.程序集的所有文件,無論文件擴(kuò)展名是什么。 C.應(yīng)用程序配置文件(.config). D.可執(zhí)行文件(.exe).
您最近創(chuàng)建的應(yīng)用程序域?yàn)?Certkiller.com。 幾個星期后,我們要求您確定是否此應(yīng)用程序域中的程序集引用。 這是當(dāng)前的應(yīng)用程序域中,被緩存。 您應(yīng)使用哪些屬性來實(shí)現(xiàn)這一目標(biāo)?()
A.AppDomain.CurrentDomain.ShadowCopyFiles B.AppDomain.CurrentDomain.CachePath C.AppDomain.CurrentDomain.ConfigurationFile D.AppDomain.CurrentDomain.Evidence
You are developing a fiscal report for a customer. Your customer has a main office in the United States and a satellite office in Mexico.You need to ensure that when users in the satellite office generate the report, the current date is displayed in Mexican Spanish format.Which code segment should you use?()
A.A B.B C.C D.D