单项选择题
A.应使用Assembly.ReflectionOnlyLoadFrom方法
B.应使用Assembly.LoadFrom方法
C.应使用Assembly.ReflectionOnlyLoad方法
D.应使用了Assembly.Load方法
单项选择题 为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发.NET Framework2.0应用程序,使用CreateDomain AppDomain类的方法来创建应用程序域。 您需要设置新的应用程序域的下列属性: *根目录 *配置文件的位置 *公共语言运行库使用程序集加载到域的搜索路径 您必须确保这些属性的值被传递给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?()