英译中:Assembly

英译中:Assembly


相关考题:

装配(assembly)

安全壳贯穿件 containment penetration assembly

英译中:Storing

英译中:Assembly line

Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您使用名为 Certkiller 的 Windwos XP 专业版客户端计算机-WS536 为您的开发计算机。 您正在使用Cerkiller-WS536开发。NET Framework 2.0 应用程序上应用程序将用于列出可用的公共类型和 Certkiller.com 组件中的方法。 强命名的程序集和它安装在全局程序集缓存 (GAL) 中的程序集具有相同的标识存储在 c:/Certkiller /assemb/ Certkiller.com.dll。 您需要动态加载到您的应用程序的 Certkiller.com 的程序集,虽然您确保该程序集是从 c:/ 加载Certkiller /assemb/ Certkiller。 com.dll,而不是全局程序集缓存 (GAL)。 你应该做什么?()A、Assembly assemb = Assembly.LoadFrom("c:/Certkiller/assemb/Certkiller.com.dll");B、Assembly assemb = Assembly.LoadFile("c:/Certkiller/assemb/Certkiller.com.dll");C、Assembly assemb = Assembly.ReflectionOnlyLoad("Certkiller.com");D、Assembly assemb = Assembly.Load("Certkiller .com");E、Assembly assemb = Assembly.ReflectionOnlyLoadFrom("c:/Certkiller/assemb/Certkiller.com.dll");

You are maintaining a Microsoft ASP.NET Web Application that was created by using the Microsoft .NET Framework version 3.5.  You obtain the latest version of the project from the source control repository. You discover that an assembly reference is missing when you attempt to compile the project on your computer.You need to compile the project on your computer.  What should you do?()A、Add a reference path in the property pages of the project to the location of the missing assembly.B、Add a working directory in the property pages of the project to the location of the missing assembly.C、Change the output path in the property pages of the project to the location of the missingassembly.D、Delete the assembly reference. Add a reference to the missing assembly by browsing for it on your computer.

You are creating an assembly named Assembly1.Assembly1 contains a public method. The global cache contains a second assembly named Assembly2.You must ensure that the public method is only called from Assembly2.Which permission class should you use?()A、GacIdentity PermissionB、Publisher Identity PermissionC、Data Protection PermissionD、Strong Name Identity Permission

You are maintaining a Microsoft ASP.NET Web Application that was created by using the Microsoft .NET Framework version 3.5.  You obtain the latest version of the project from the source control repository. You discover that an assembly reference is missing when you attempt to compile the project on your computer. You need to compile the project on your computer.  What should you do?()A、Add a reference path in the Property Pages of the project to the location of the missing assembly. B、Add a working directory in the Property Pages of the project to the location of the missing assembly. C、Change the output path in the Property Pages of the project to the location of the missing assembly. D、Delete the assembly reference. Add a reference to the missing assembly by browsing for it on your computer.

Application developers in your company create an assembly that contains a CLR function. This CLR function reads data from a spreadsheet, performs some calculations, and returns the data to a SQL Server 2005 computer. You need to register the assembly with SQL Server 2005 by using the CREATE ASSEMBLY statement and the least privileged security permission set.  Which permission set should you use? ()A、 Default B、 SAFE C、 EXTERNAL_ACCESS D、 UNSAFE

A library called contosobuisness.dll has been created and u need to accept it in a page.. all options had the %assembly tag but the att differed.()A、%assembly TargetName="contosobuisness" %B、%assembly ID="contosobuisness" % C、%@ Assembly Name="contosobuisness" %D、%assembly virtualpath="contosobuisness" %

单选题The writer mentioned “slaughterhouses” because these were the places in whichAFord’s assembly line originated.Bhe innovated the assembly line.Che innovated the disassembly line.

单选题You work as an application developer at Certkiller .com. You are currently in the process of creating a shared assembly.  You are required to perform many integration tests to make sure the assembly works properly with multiple applications. You want to avoid constantly updating each application’s reference when the assembly is updated.  You have set the DEVPATH environmental variable to the default build location for the shared assembly.  You need to ensure that the Common Language Runtime (CLR) uses DEVPATH to locate the shared assembly. What should you do?()A AB BC CD D

名词解释题aided-assembly (协助装配)

单选题ou are the newly appointed system administrator at Certkiller.com. A former administratorcreated a Microsoft ASP.NET Web application using Microsoft .NET Framework v3.5.  You are responsible for maintaining the Web application. You use the source control repository toacquire the most recent version of the project. As soon as you attempt to compile the project onyour workstation you notice that the assembly reference is missing. To ensure productivity youneed to make sure that you are able to compile the project on your workstation. What should you do?()AYour best option would be to ensure that the assembly reference is deleted.Thereafter you need to add a reference to the missing assembly.BYour best option would be to ensure that a reference path in the property pages of the project is added to the location of the missing assembly.CYour best option would be to ensure that a working directory in the property pages of theproject is added to the location of the missing assembly.DYour best option would be to ensure that the output path in the property pages of the project is changed to the location of the missing assembly.

单选题Application developers in TestKing.com create an assembly that contains a CLR function.This CLR function reads data from a spreadsheet, performs some calculations, and returns the data to a SQL Server 2005 computer. You need to register the assembly with SQL Server 2005 by using the CREATE ASSEMBLY statement and the least privileged security permission set. Which permission set should you use?()ADefaultBSAFECEXTERNAL ACCESSDUNSAFE

名词解释题英译中:Assembly

名词解释题英译中:Assembly line

名词解释题装配(assembly)

单选题A library called contosobuisness.dll has been created and u need to accept it in a page.. all options had the %assembly tag but the att differed.()A%assembly TargetName=contosobuisness %B%assembly ID=contosobuisness % C%@ Assembly Name=contosobuisness %D%assembly virtualpath=contosobuisness %

单选题You use Microsoft .NET Framework 4 to create an application. The application contains a partially trusted client assembly and a server assembly. You create a custom sandboxed application domain. You need to ensure that the application can be executed in a partial-trust environment. What should you do?()AApply the following attribute to the server assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=VisibleToAllHosts)]BApply the following attribute to the server assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=NotVisibleByDefault)]CApply the following attribute to the client assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=VisibleToAllHosts)]DApply the following attribute to the client assembly. [assembly: AllowPartiallyTrustedCallers(PartialTrustVisibilityLevel=NotVisibleByDefault)]

多选题你用VisualStudio.NET使用assembly创建了一个应用程序。当应用程序安装是这个assembly将运行在客户端计算机上。你必须确定没有任何其他的应用程序安装在同一个计算机上可以进入这个assembly。那练歌方法可以使用()A在全局高速缓存中使用XCopy来安装这个assembly。B使用XCopy在windows/Assembly文件下安装这个assembly。C创建一个强名程序称给这个assembly。D使用Ngen.exe来重新比较这个assembly。E创建一个包含assembly的应用程序配置文件。F使用deployment工程来安装这个assembly到全局高速缓存中。G使用deployment工程来安装这个assembly到windows/System32文件夹中。

单选题You are loading a new assembly into an application. You need to override the default evidence for the assembly. You require the common language runtime (CLR) to grant the assembly a permission set,as if the assembly were loaded from the local intranet zone.  You need to build the evidence collection. Which code segment should you use?()A AB BC CD D