多项选择题
A.创建自定义节处理程类,这个类继承自ConfigurationSection接口。
B.AddasectionelementtotheEmployeeSectionelementoftheapplicationconfigurationfile.
C.创建自定义节处理程序,则该类实现IConfigurationSectionHandler接口。
D.将EmployeeSection元素添加到应用程序配置文件的configSections。
E.创建自定义节处理程序,则该类实现IApplicatioSettingsProvider接口。
F.将节元素添加到应用程序配置文件的configSections
单项选择题 相应的程序集必须动态加载和卸载基于病人的保险的provider。 所有的这些保险的程序集位于 C:\Insurance中的程序集里。 要确保新的应用程序首次加载时,它具有所有程序集加载到一个单独的应用程序域。 您需要创建子应用程序域,并使用正确的代码加载的所有程序集。 你应该做什么?()
单项选择题 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 区域中加载程序集。 您需要建立证据集。 您应该使用哪个代码段?()