单项选择题 您已被要求您在 Certkiller.com 的上级创建的子应用程序域。新的子应用程序域必须指定不同的程序集路径,比父应用程序域。您需要确保您的解决方案满足 Certkiller.com 的要求。你应该做什么?()
单项选择题 You write the following code segment to call a function from the Win32 Application Programming Interface (API) by using platform invoke. string personName = "N?el"; string msg = "Welcome " + personName + " to club ’’!"; bool rc = User32API.MessageBox(0, msg, personName, 0); You need to define a method prototype that can best marshal the string data. Which code segment should you use?()
多项选择题 您正在开发的应用程序接收异步事件。您创建一个WqlEventQuery实例指向特定的事件和事件条件,该申请必须作出反应。您也创建了ManagementEventWatcher实例为了订阅查询相匹配的事件。您需要确定的其他行动之前,您必须执行的应用程序可以接收异步事件。这两项行动应您执行?分别是()