相應(yīng)的程序集必須動態(tài)加載和卸載基于病人的保險的provider。 所有的這些保險的程序集位于 C:\Insurance中的程序集里。 要確保新的應(yīng)用程序首次加載時,它具有所有程序集加載到一個單獨的應(yīng)用程序域。 您需要創(chuàng)建子應(yīng)用程序域,并使用正確的代碼加載的所有程序集。 你應(yīng)該做什么?()
A. B. C. D.
You write the following code to call a function from the Win32 Application Programming Interface (API) by using platform invoke. int rc = MessageBox(hWnd, text, caption, type); You need to define a method prototype.Which code segment should you use?()
A.A B.B C.C D.D
您正在將一個新程序集加載到應(yīng)用程序中。您需要替代程序集的默認證據(jù)。您需要用公共語言運行庫(CLR) 向程序集授予權(quán)限集,從本地Intranet 區(qū)域中加載程序集。 您需要建立證據(jù)集。 您應(yīng)該使用哪個代碼段?()