单项选择题
A.
B.
C.
D.
单项选择题 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实例为了订阅查询相匹配的事件。您需要确定的其他行动之前,您必须执行的应用程序可以接收异步事件。这两项行动应您执行?分别是()
单项选择题 您需要编写代码段中,将创建隔离应用程序内公共语言运行库 (CLR) 单元。您应该使用哪个代码段?()