单项选择题
A.作为参数的AppDomainFactory对象传递给CreateDomain方法中。
B.作为参数的AppDomainIsolatedTask对象传递给CreateDomain方法中。
C.作为参数的AppDomainHelper对象传递给CreateDomain方法中。
D.作为参数的AppDomainSetup对象传递给CreateDomain方法中。
单项选择题 为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发.NET框架2.0Windows服务应用程序。您需要跨多个进程同步执行的一些资源。你应该做什么?()
单项选择题 You are creating an application that lists processes on remote computers. The application requires a method that performs the following tasks: Accept the remote computer name as a string parameter named strComputer. Return an ArrayList object that contains the names of all processes that are running on that computer. You need to write a code segment that retrieves the name of each process that is running on the remote computer and adds the name to the ArrayList object. Which code segment should you use?()
单项选择题 将在多处理器系统中使用的网络框架2.0Windows服务应用程序。您正在编写一个包含名为Testcounter的全局访问整数变量的类的代码。Testcounter的值将递增的递减从单独的线程中运行的其他类。您是需要提供原子和非阻塞更新为Testcounter,虽然您的解决方案提供了最佳的性能。你应该做什么?()