单项选择题
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?()
单项选择题 您正在将一个新程序集加载到应用程序中。您需要替代程序集的默认证据。您需要用公共语言运行库(CLR) 向程序集授予权限集,从本地Intranet 区域中加载程序集。 您需要建立证据集。 您应该使用哪个代码段?()
单项选择题 你需要开发一个应用程序,它允许管理员在不使用Service MMC的情况下动态的控制Windows服务. 你开始创建一个叫LocalServiceController的类. 你需要在LocalServiceController类中添加正确的代码确保管理员能够启动本地的Windows服务。 你应该使用哪个代码?()