您正在將一個(gè)新程序集加載到應(yīng)用程序中。您需要替代程序集的默認(rèn)證據(jù)。您需要用公共語(yǔ)言運(yùn)行庫(kù)(CLR) 向程序集授予權(quán)限集,從本地Intranet 區(qū)域中加載程序集。 您需要建立證據(jù)集。 您應(yīng)該使用哪個(gè)代碼段?()
A. B. C. D.
你需要開(kāi)發(fā)一個(gè)應(yīng)用程序,它允許管理員在不使用Service MMC的情況下動(dòng)態(tài)的控制Windows服務(wù). 你開(kāi)始創(chuàng)建一個(gè)叫LocalServiceController的類(lèi). 你需要在LocalServiceController類(lèi)中添加正確的代碼確保管理員能夠啟動(dòng)本地的Windows服務(wù)。 你應(yīng)該使用哪個(gè)代碼?()
You need to create a class definition that is interoperable along with COM.You need to ensure that COM applications can create instances of the class and can call the GetAddress method. Which code segment should you use?()
A.A B.B C.C D.D