网站首页  词典首页

请输入您要查询的英文单词:

 

单词 managed code
释义

managed code

  • 网络托管代码;受管代码;受控代码
1.
托管代码
托管代码(Managed Code):可以编译为中间语言(Intermediate Lanauage)的代码。与之相对的是非托管代码(Unmanaged Code…
blog.csdn.net
2.
受管代码
.Net 的受管代码(Managed Code)是指符合普通语言运行时(Common Language Runtime)规范, 在内存中受运行时代码代理进行 …
wenku.baidu.com
3.
受控代码
受控代码(managed code)是来自微软公司的术语,在中国大陆较多译为托管代码。受控代码以CLI虚拟机执行,如微软的.NET F…
baike.baidu.com
4.
收管代码
新的ASP.NET 引入了收管代码(managed code)这样一个全新概念,它横贯整个视窗开发平台, 受管代码在NGWS Runtime 下 …
www.docin.com
5.
管理代码
虚拟执行系统(VES):是一个可运行受管理代码Managed Code)的运行环境, 它提供了运行受管理代码所需要的内置数 …
www.docin.com
6.
受管理的代码
  在CLR之内运行的代码称为“受管理的代码”(Managed Code),受管理代码所使用的内存由CLR全面控制。受管理的代码有着 …
school.cnd8.com
7.
托管码
...于C 的共同之处。首先,二者均编译成与机器无关的托管码managed code)或称字节码(bytecode),运行于虚拟机(vi…
www.cnblogs.com

例句

释义:
1.
Allows managed code to call into unmanaged code, which is often dangerous.
允许托管代码调入非托管代码,这常常是很危险的。
msdn2.microsoft.com
2.
You can control how much an assembly can access resources protected by. NET Code Access Security when it runs managed code.
当程序集运行托管代码时,可以控制程序集访问受.NET代码访问安全性保护的资源的程度。
msdn2.microsoft.com
3.
Embedding the SQLite engine in an application without need for external dlls, being able to use it in fully managed code with medium trust.
将SQLite引擎嵌入在程序中,而不需要额外的dlls,可以在中等信任级别中使用完全的托管代码。
www.infoq.com
4.
The common language runtime is no longer able to run managed code in the process.
公共语言运行库不再能够在进程中运行托管代码。
msdn2.microsoft.com
5.
If it does, the managed code wrapping it must demand the necessary permissions before allowing it to be entered.
如果是,则包装它的托管代码必须请求所需的权限,才能输入代码访问安全性。
msdn2.microsoft.com
6.
Access violations occur when attempting to call into managed code through function pointers that were obtained from managed delegates.
试图通过从托管委托获取的函数指针调入托管代码时发生访问冲突。
msdn2.microsoft.com
7.
This optimization enables your managed code to call into unmanaged code without incurring the overhead of a stack walk.
此优化使您的托管代码能够调用非托管代码而不会引起执行堆栈步的系统开销。
msdn2.microsoft.com
8.
If you do not specify an argument, the tool displays the list of all threads that are still alive and that have run managed code.
如果没有指定参数,此工具将显示所有仍保持连接和已运行托管代码的线程的列表。
msdn2.microsoft.com
9.
Manage the degree to which managed code can access outside resources by regulating code access permissions .
通过控制代码访问权限,管理托管代码可以访问外部资源的等级。
www.bing.com
10.
If any part of a function cannot be converted to managed code, the entire function will be converted to native code instead.
这取决于具体函数。如果函数的任何部分都无法转换为托管代码,则整个函数将转换为本机代码。
msdn2.microsoft.com
1.
Describes some of the issues to consider regarding security for your Office solutions that use managed code extensions.
介绍与使用托管代码扩展的Office解决方案的安全性有关的一些需要考虑的问题。
msdn2.microsoft.com
2.
The business logic handler framework allows you to write a managed code assembly that is called during the merge synchronization process.
使用业务逻辑处理程序框架,可以编写合并同步进程中调用的托管代码程序集。
msdn2.microsoft.com
3.
Another possible cause is trying to debug a dump file for managed code.
另一可能原因是:尝试调试托管代码的转储文件。
technet.microsoft.com
4.
Stepping into an XML Web service is possible when both the client and the service are written in managed code.
如果客户端和服务都是以托管代码编写的,则可以单步执行XMLWebservices。
msdn2.microsoft.com
5.
Managed code classes and interfaces allow you to create custom components that interoperate with Notification Services.
使用托管代码类和界面,您可以创建与NotificationServices相互作用的自定义组件。
technet.microsoft.com
6.
Programmers can continue to use pointers in managed code, although the code has restrictions due to its unsafe behavior.
尽管托管代码由于其不安全的行为而受到一些限制,程序员仍可以继续在托管代码中使用指针。
msdn2.microsoft.com
7.
You are now ready to advance to the breakpoint you set in the managed code.
现在即可前进到托管代码中设置的断点。
msdn2.microsoft.com
8.
The converted components can be early bound to managed code for greatly increased performance.
转换后的组件可以早期绑定到托管代码,这样将大大提高性能。
msdn2.microsoft.com
9.
Business logic handlers are written in managed code and allow you to execute custom business logic during merge synchronization.
业务逻辑处理程序是用托管代码编写的,可用于在合并同步过程中执行自定义业务逻辑。
technet.microsoft.com
10.
Even though managed code had no chance to handle such an exception, the exception is allowed to proceed naturally.
即使托管代码没有机会处理此类异常,仍允许异常正常继续。
msdn2.microsoft.com
1.
Y. cpp is now compiled to managed code and calls from Z. cpp no longer incur the managed-to-native transition cost.
现在Y.cpp被编译为托管代码,从Z.cpp调用就不需要有从托管到本机的转换成本。
www.cnblogs.com
2.
Demonstrates how to invoke the managed code interface to Oracle to expose the results of any Oracle query as a table-valued function.
说明了如何调用Oracle的托管代码界面,以作为表值函数公开任意Oracle查询的结果。
msdn2.microsoft.com
3.
Managed code classes that allow you to add, update, and delete subscribers, subscriber devices, and subscriptions.
允许您添加、更新和删除订阅方、订阅方设备以及订阅的托管代码类。
technet.microsoft.com
4.
Some of the many DLL functions called with platform invoke require a callback function in managed code to run properly.
在用平台调用调用的多种DLL函数中,有些函数要求正确地运行托管代码中的回调函数。
msdn2.microsoft.com
5.
The application domain manager you design for your host application is essentially an extension of the host, in managed code.
您为宿主应用程序设计的应用程序域管理器,本质上是宿主的扩展,采用托管代码。
msdn2.microsoft.com
6.
Notifies the host that managed code is entering a period in which the current task must not be moved to another operating system thread.
之后,正在退出不能在其间将当前任务移动到另一个操作系统线程的周期。
technet.microsoft.com
7.
Platform invoke is a service that enables managed code to call unmanaged functions implemented in DLLs.
平台调用是一种服务,它使托管代码能够调用DLL中实现的非托管函数。
msdn2.microsoft.com
8.
Code that runs within the CLR is referred to as managed code.
在CLR中运行的代码称为托管代码。
msdn2.microsoft.com
9.
Managed code is not the only area that's getting attention.
托管代码并不是唯一获得关注的领域。
www.infoq.com
10.
Indicates that this PE file contains only managed code.
指示此PE仅包含托管代码。
msdn2.microsoft.com
1.
Allows managed code to call into unmanaged code without a stack walk .
允许托管代码不经过堆栈步即调入非托管代码。
www.bing.com
2.
In-process data access is not allowed when managed code is in an impersonated state.
托管代码处于模拟状态时,不允许进行进程中数据访问。
msdn2.microsoft.com
3.
Code that targets the runtime is known as managed code, while code that does not target the runtime is known as unmanaged code.
以运行库为目标的代码称为托管代码,而不以运行库为目标的代码称为非托管代码。。
msdn2.microsoft.com
4.
Consider a scenario in which managed code in an application domain is holding onto an RCW that represents a COM component.
请考虑一个在其中应用程序域中的托管代码保持到表示COM组件的RCW上的方案。
msdn.microsoft.com
5.
Applies to all managed code in an enterprise setting where an enterprise configuration file is distributed.
适用于分发了企业配置文件的企业设置中的所有托管代码。
msdn2.microsoft.com
6.
Once a safe point is reached, the runtime guarantees that the suspended thread will not make any further progress in managed code.
到达安全点时,运行库就会确保挂起的线程将不在托管代码中再执行任何进一步的操作。
msdn2.microsoft.com
7.
Platform invoke, which enables managed code to call functions exported from an unmanaged library.
平台调用,它使托管代码能够调用从非托管库中导出的函数。
msdn2.microsoft.com
8.
One of the benefits of managed code is type safety, or the assurance that code accesses types only in well-defined, permissible ways .
托管代码的一个优点是类型安全性,即确保代码只通过正确定义并且权限许可的方式访问类型。
www.bing.com
9.
Provides classes that allow you to use a Compensating Resource Manager (CRM) in managed code.
提供使您可以在托管代码中使用补偿资源管理器(CRM)的类。
msdn2.microsoft.com
10.
For a complete list of declaration options and their default settings, see Creating Prototypes in Managed Code.
有关声明选项及其默认设置的完整列表,请参见在托管代码中创建原型。
msdn.microsoft.com
1.
The object heap is corrupted or other serious errors are occurring when transitioning from native to managed code.
在从本机代码转换到托管代码时对象堆被破坏或发生其他严重错误。
msdn2.microsoft.com
2.
Microsoft and I want you to break your dependencies on COM and the OLE DB providers in favor of using managed code.
Microsoft和我希望您使用托管代码来打破对COM和OLEDB提供程序的依赖性—即,SQLServer提供程序。
msdn2.microsoft.com
3.
A constrained execution region (CER) is part of a mechanism for authoring reliable managed code.
受约束的执行区域(CER)是创作可靠托管代码的机制的一部分。
msdn2.microsoft.com
4.
You may wish to move to managed code to take advantage of this service.
您可能希望移至托管代码以便利用此服务。
msdn2.microsoft.com
5.
This topic describes some issues to consider regarding security for your Microsoft Office 2003 solutions that use managed code extensions.
本主题介绍使用托管代码扩展的MicrosoftOffice2003解决方案在安全性方面应该考虑的一些问题。
msdn2.microsoft.com
6.
Describes a managed code wrapper for a COM library containing the objects and members for Visual Studio core automation.
描述COM库的托管代码包装,这个库中包含VisualStudio核心自动化的对象和成员。
msdn2.microsoft.com
7.
Custom attributes within managed code can enhance the interoperability of a component .
托管代码中的自定义属性可以增强组件的互用性。
www.bing.com
8.
Explains differences from desktop debugging, and provides instructions for debugging solutions comprised of both native and managed code.
解释与桌面调试的区别,并提供对本机代码和托管代码组成的调试解决方案的说明。
msdn2.microsoft.com
9.
Variant types passed from COM to managed code and then back to COM might not retain the same variant type for the duration of the call.
从COM传递给托管代码,然后再传回到COM的变量类型可能无法在调用的持续时间内保持为同样的变量类型。
msdn2.microsoft.com
10.
WMI applications do not have to be written in managed code.
无需用托管代码来编写WMI应用程序。
msdn2.microsoft.com
1.
It also provides an unmanaged host with a way to call managed code.
它还为非托管宿主提供了托管代码调用途径。
msdn2.microsoft.com
2.
Any managed code in Analysis Services assemblies always falls into one of the three permission categories listed earlier.
AnalysisServices程序集中的任何托管代码始终属于前面列出的三种权限类别中的一种。
msdn2.microsoft.com
3.
Whether you set them explicitly or not, attribute fields are at work defining the behavior of managed code.
无论是否显式设置属性字段,属性字段都可用于定义托管代码的行为。
msdn2.microsoft.com
4.
For example , you will see the MDA activated in an attempt to call managed code from inside a vectored exception handler .
例如,在尝试从向量异常处理程序内部调用托管代码时,您将看到该MDA被激活了。
www.bing.com
5.
The runtime host creates a process and a default application domain, and runs managed code inside it.
运行库宿主创建进程和默认应用程序域,并在其中运行托管代码。
msdn2.microsoft.com
6.
Methods invoked from within managed code do not count against this limit.
从托管代码内部调用的方法不根据此限制进行计数。
www.kuenglish.info
7.
The class can have overloaded methods, but these methods can be called only from within managed code, not from Transact-SQL.
类可以具有重载方法,但只能从托管代码内而不能从Transact-SQL调用这些方法。
technet.microsoft.com
8.
Code executing under the control of the runtime is called managed code.
在运行库的控制下执行的代码称作托管代码。
msdn2.microsoft.com
9.
For complete documentation about creating InfoPath form template solutions, see Developing InfoPath Managed Code Form Templates.
有关创建InfoPath表单模板解决方案的完整文档,请参见DevelopingInfoPathManagedCodeFormTemplates。
msdn2.microsoft.com
10.
Managed code can easily be reenabled by simply reverting policy back to its old form once the security problem has been resolved.
安全问题解决以后,可以轻松地重新启用托管代码,只需要将策略恢复为原来的形式即可。
msdn2.microsoft.com
1.
Your next step is to set a breakpoint in the managed code to prepare for attaching the managed debugger.
下一步是在托管代码中设置断点以准备附加托管调试器。
msdn2.microsoft.com
2.
When you directly suspend threads, remember that only a thread that has never run managed code can suspend another thread.
直接挂起线程时,请记住只有从未运行托管代码的线程才能挂起另一个线程。
technet.microsoft.com
3.
All managed code in an enterprise setting where an enterprise configuration file is distributed.
在其中分发企业配置文件的企业设置中的所有托管代码。
msdn2.microsoft.com
4.
SQLDatastore is written completely in managed code, fully supports transactions, and allows stored procedures to be written in any language.
SQLDatastore全部使用托管代码写成,完全支持事务,并且允许用任何语言来写存储过程。
www.infoq.com
5.
In managed code, you look for the Bounds property of the Primary Screen member of the Screen object, which returns a type Rectangle.
在托管代码中,查找Screen对象的主要屏幕成员的Bounds属性,它将返回一个类型Rectangle。
msdn2.microsoft.com
6.
The application manifest stores information needed to run the managed code extensions.
应用程序清单存储运行托管的代码扩展所必需的信息。
msdn2.microsoft.com
7.
In many cases, it is not possible to migrate legacy components to managed code, particularly when initially migrating your Web applications.
许多情况下不可能将旧式组件迁移到托管代码,特别是在最初迁移Web应用程序时。
msdn2.microsoft.com
8.
The computer processor directly executes native code whereas the CLR is responsible to run managed code.
计算机处理器直接执行本机代码,而CLR负责运行托管代码。
msdn.microsoft.com
9.
This attribute allows your libraries to be called from partially trusted managed code.
此属性允许通过部分受信任的托管代码调用您的库。
msdn2.microsoft.com
10.
Development. It also contains information about basic directory tasks that you can perform with managed code.
它还包含您可以使用托管代码执行的基本目录任务的有关信息。
msdn2.microsoft.com
1.
The parameters and return values of COM objects sometimes use data types that differ from those used in managed code.
COM对象的参数和返回值使用的数据类型有时会与托管代码中的有所不同。
msdn2.microsoft.com
2.
Writing effective timer-driven managed code requires a clear understanding of program flow and the subtleties of the . NET threading model.
写一个高效的定时器驱动型可管理代码要求对程序流程有一个清晰的理解及掌握.NET线程模型的精妙之处。
blog.sina.com.cn
3.
This page allows you to enable Just-In-Time debugging for managed code, native code, and script.
该页允许为托管代码、本机代码和脚本启用实时调试。
msdn2.microsoft.com
4.
The assembly name that you specify must point to a valid managed code assembly.
指定的程序集名称必须指向有效的托管代码程序集。
msdn2.microsoft.com
5.
End users open documents with managed code extensions as they would normally open any document, or they use Outlook as usual.
最终用户可以像通常打开任何文档那样打开具有托管代码扩展的文档,或照常使用Outlook。
msdn2.microsoft.com
6.
The application code that is invoked through that extensibility point is attempting to call back into managed code.
通过该扩展性点调用的应用程序代码正在尝试回调入托管代码。
msdn2.microsoft.com
7.
However, there are several ways to open a document or workbook that contains managed code extensions without running the assembly code.
然而,有多种方法可以在不运行程序集代码的情况下打开包含托管代码扩展的文档或工作簿。
msdn2.microsoft.com
8.
One of the most significant advantages of managed code over native C is the ability to inline functions at runtime.
相对于本机C 代码而言,托管代码最显著的优势之一就是运行时内联函数(inlinefunction)[1]的能力。
www.infoq.com
9.
Preserve full managed code type system fidelity in binary formatted communications , including support for generic types .
在二进制格式的通信中保持完整的托管代码类型系统保真度,包括支持泛型类型。
www.bing.com
10.
However, Visual Studio Tools for Office does support attaching managed code extensions to existing WordprocessingML files.
但是,VisualStudioToolsforOffice支持将托管代码扩展附加到现有WordprocessingML文件。
msdn2.microsoft.com
1.
For best performance, COM components should be rewritten in managed code using a runtime-compatible language.
为了获得最佳性能,应使用与运行库兼容的语言用托管代码重写COM组件。
msdn2.microsoft.com
2.
This means that you cannot step from managed code to native code, or from native code to managed code, while debugging.
这意味着,当您进行调试时,无法从托管代码单步执行到本机代码,也无法从本机代码单步执行到托管代码。
msdn.microsoft.com
3.
Turning off code access security terminates security checks for all managed code and for all users on the computer.
关闭代码访问安全性将终止对计算机上的所有托管代码和所有用户的安全性检查。
msdn2.microsoft.com
4.
The application configuration file affects any managed code that you activate through COM.
应用程序配置文件影响任何通过COM激活的托管代码。
msdn2.microsoft.com
5.
In programs consisting entirely of verifiable managed code, all references are either valid or null, and access violations are impossible.
在完全由可验证托管代码组成的程序中,所有引用都有效或者为空,因而不会产生访问冲突。
msdn2.microsoft.com
6.
According to the roadmap, "VCL developers will be able to easily migrate code to managed code using VCL. NET. "
根据路线图所示,“VCL的开发人员使用VCL.NET即可很轻松地将代码移植到托管代码。”
www.infoq.com
7.
The number of objects marshaled from managed code to native code that involved copying or transforming the data.
从托管代码封送处理为本机代码的涉及复制或转换数据的对象的数量。
msdn2.microsoft.com
8.
By default, COM interop applications calling to managed code use the latest version of the runtime installed on the computer.
默认情况下,调用托管代码的COMinterop应用程序使用计算机上所安装的运行库的最新版本。
msdn2.microsoft.com
9.
At run time, all managed code is loaded into an application domain and is run by a managed thread.
在运行时,所有托管代码均加载到一个应用程序域中,由托管线程来运行。
technet.microsoft.com
10.
These services help provide uniform platform- and language-independent behavior of managed-code applications.
这些服务帮助提供独立于平台和语言的、统一的托管代码应用程序行为。
msdn2.microsoft.com
1.
Before any managed code can be executed, the host must load and initialize the common language runtime.
执行任何托管代码之前,宿主必须首先加载并初始化公共语言运行库。
msdn2.microsoft.com
2.
In managed code, stepping into certain functions requires Just My Code to be turned off.
在托管代码中,单步执行某些函数要求关闭“仅我的代码”。
technet.microsoft.com
3.
Provides an overview of Automation and how you can incorporate Microsoft Office applications into your custom solutions using managed code.
提供自动化的概述,以及如何使用托管代码将MicrosoftOffice应用程序合并到自定义解决方案中的概述。
msdn2.microsoft.com
4.
You can nest stored procedures and managed code references up to 32 levels.
嵌套存储过程和托管代码引用最高可达32级。
technet.microsoft.com
5.
By default, the runtime throws an exception to managed code by mapping the failure HRESULT to an equivalent managed exception.
默认情况下,运行时会将失败的HRESULT映射到一个等效的托管异常,从而向托管代码引发异常。
technet.microsoft.com
6.
Although the common language runtime provides many standard runtime services, managed code is never interpreted.
尽管公共语言运行时提供许多标准运行时服务,但是它从不解释托管代码。
technet.microsoft.com
7.
When there is a reference to the primary interop assembly in your project, you can write managed code that automates the Office application.
项目中具有对主要互操作程序集的引用以后,您便可以编写用于实现Office应用程序的自动化的托管代码。
msdn2.microsoft.com
8.
No security or reliability guarantees can be made for managed code running under this permission set.
对运行于此权限集下的托管代码无法提供安全性或可靠性保证。
msdn2.microsoft.com
9.
It is recommended that you investigate porting any COM component that is called often to managed code.
建议研究一下如何将经常调用的任何COM组件迁移到托管代码。
msdn2.microsoft.com
10.
The various Microsoft and third-party language compilers generate managed code that conforms to the CTS.
各种Microsoft和第三方语言编译器生成符合CTS的托管代码。
msdn2.microsoft.com
1.
The next time you build your project, all managed code warnings will be listed here.
下一次生成项目时,将在此处列出所有托管代码警告。
msdn2.microsoft.com
2.
This means that managed code can consume other managed types and instances, while strictly enforcing type fidelity and type safety.
这意味着托管代码可在严格实施类型保真和类型安全的同时使用其他托管类型和实例。
msdn2.microsoft.com
3.
The following recommendations summarize the best practices for writing COM types that interact with managed code.
以下建议总结了用于编写与托管代码进行交互的COM类型的最佳做法。
msdn2.microsoft.com
4.
For more information, see Managed Code and Office Programming with Visual Studio and Office Primary Interop Assemblies.
有关更多信息,请参见托管代码与使用VisualStudio进行Office编程和Office主互操作程序集。
msdn2.microsoft.com
5.
The CLR is a core component of the. NET Framework that provides the context for managed code and executes that code.
CLR是.NETFramework的一个核心组件,它为托管代码提供上下文并执行该代码。
msdn2.microsoft.com
6.
When managed code executes a breakpoint instruction or generates an exception, the runtime controller is notified.
当托管代码执行断点指令或生成异常时,将通知运行时控制器。
technet.microsoft.com
7.
The runtime uses objects called permissions to implement its mechanism for enforcing restrictions on managed code.
运行库使用称为权限的对象来实现其在托管代码上强制限制的机制。
msdn2.microsoft.com
8.
The exception message box is a supported managed assembly designed to elegantly handle managed code exceptions.
异常消息框是支持的托管程序集,旨在很好地处理托管代码异常。
www.microsoft.com
9.
This method is used to explicitly control the lifetime of a COM object used from managed code.
此方法用于显式控制从托管代码使用的COM对象的生存期。
msdn2.microsoft.com
10.
Describes interaction between managed code, application domains, and the application domain host.
描述托管代码、应用程序域和应用程序域宿主之间的交互。
msdn2.microsoft.com
1.
Managed code executes in a virtual machine, so there's less space for memory management problems.
管理代码的执行,在一个虚拟机,所以它的空间较小,内存管理问题。
firefox.xbaohe.com
2.
The illustration also shows how managed code operates within a larger architecture.
该插图还显示托管代码如何在更大的结构内运行。
msdn2.microsoft.com
3.
For managed code, you set the check-in policy by specifying a rule set that contains a subset of the code analysis rules.
对于托管代码,通过指定包含代码分析规则子集的规则集,设置签入策略。
technet.microsoft.com
4.
Also, during this call, the profiler must not call into managed code or in any way cause a managed-memory allocation.
而且,在此调用期间,探查器不得调入托管代码或采取任何可能导致托管内存分配的方法。
technet.microsoft.com
5.
However, you should never assume that simply running managed code is enough to ward off attack.
但是,一定不要认为,只要运行托管代码就足以免受攻击。
msdn2.microsoft.com
6.
For more information about Code Metrics, see Measuring Complexity and Maintainability of Managed Code.
有关代码度量的更多信息,请参见测量托管代码的复杂性和可维护性。
msdn2.microsoft.com
7.
To simplify the coding model, applications written in managed code use a Web reference to locally represent each XML Web service.
为了简化编码模型,用托管代码编写的应用程序使用Web引用在本地表示每个XMLWebservices。
msdn2.microsoft.com
8.
Unmanaged applications host the common language runtime, which allows your custom managed code to control the behavior of the server.
非托管应用程序承载公共语言运行库,后者使您的自定义托管代码可以控制服务器的行为。
msdn2.microsoft.com
9.
The native frame immediately above the managed code may be missing from the Call Stack window.
紧邻托管代码之上的本机框架可能从“调用堆栈”窗口中消失。
msdn2.microsoft.com
10.
Namespace provides custom attributes and classes for accessing these services from managed code.
命名空间提供用于从托管代码访问这些服务的自定义属性和类。
msdn2.microsoft.com
1.
Managed code uses Code Access Security (CAS), code links, and application domains to prevent assemblies from performing certain operations.
托管代码使用代码访问安全性(CAS)、代码链接和应用程序域来阻止程序集执行某些操作。
technet.microsoft.com
2.
The calling application that calls your DLL can be written in managed code or native code.
调用DLL的调用应用程序可以用托管代码编写,也可以用本机代码编写。
msdn2.microsoft.com
3.
So much in fact that only managed code is allowed on the platform.
事实上,该平台只支持托管代码。
www.infoq.com
4.
This interface is for access to managed classes from unmanaged code and should not be called from managed code.
此接口用于从非托管代码访问托管类,不应从托管代码调用。
msdn2.microsoft.com
5.
Word templates that reference managed code extensions cannot be used as global add-ins.
引用托管代码扩展的Word模板不能被用作全局外接程序。
msdn2.microsoft.com
6.
However, to write a preview handler in managed code, you must first write or obtain COM interop definitions for each of these interfaces.
但是,若要用托管代码编写预览处理程序,则必须首先编写或获得所有这些接口的COMInterop定义。
msdn.microsoft.com
7.
The following procedure is an example of casting an object returned by Office to a specific type for use in managed code.
下面的过程是将Office返回的对象强制转换为在托管代码中使用的特定类型的示例。
msdn2.microsoft.com
8.
Describes accessing COM components from managed code and accessing managed components from COM.
描述如何从托管代码访问COM组件以及如何从COM访问托管组件。
msdn2.microsoft.com
9.
Describes how to open a document or workbook that contains managed code extensions without running the assembly code.
描述如何在不运行程序集代码的情况下打开包含托管代码扩展的文档或工作簿。
msdn2.microsoft.com
10.
The goal is not to write 100 percent reliable managed code that will recover from any errors in every location with back-out code.
我们的目标不是编写100%可靠并能够通过退出代码从任意位置的任何错误中进行恢复的托管代码。
msdn2.microsoft.com
1.
If this has not happened, the assembly load will fail and the managed code will not run.
如果不符合以上情况,程序集的加载将失败,托管代码不会运行。
msdn2.microsoft.com
2.
Provides a basic comparison between VBA and managed code extensions and discusses situations in which you might want to use each.
提供VBA与托管代码扩展之间的基本比较,并分别讨论可能使用的各种情况。
msdn2.microsoft.com
3.
The permissions that managed code receives are determined by the security policy in effect.
属性传递。托管代码接收的权限由有效的安全策略确定。
msdn2.microsoft.com
4.
Explains how you can open a document or workbook that contains managed code extensions without running the assembly code.
解释如何在不运行程序集代码的情况下打开包含托管代码扩展的文档或工作簿时。
msdn2.microsoft.com
5.
Provides an overview of automation and how you can incorporate Word and Excel into your custom solutions using managed code.
提供自动化的概述,以及如何使用托管代码将Word和Excel合并到自定义解决方案中的概述。
msdn2.microsoft.com
6.
This simplified registration method allows XCopy-style installations for managed code add-ins.
这种简化的注册方法允许对托管代码外接程序采用XCopy式的安装方法。
msdn2.microsoft.com
7.
Covers common debugging problems and techniques for applications written in managed code.
介绍用托管代码编写的应用程序的常见调试问题和技术。
technet.microsoft.com
8.
Threads that switch between native and managed code in either direction must perform an orderly transition.
沿任一方向在本机代码和托管代码之间进行切换的线程必须执行有序转换。
msdn2.microsoft.com
9.
When accessing XML Web services in managed code, a proxy class and the. NET Framework handle all of the infrastructure coding.
当访问托管代码中的XMLWebservices时,代理类和.NETFramework处理所有结构编码。
msdn2.microsoft.com
10.
The count of platform invoke calls from managed code to native code, excluding internal CLR platform invoke calls.
从托管代码对本机代码发出的“平台调用”调用的计数,内部CLR“平台调用”调用排除在外。
msdn2.microsoft.com
1.
The count of platform invoke calls from managed code to native code, excluding internal CLR platform invoke calls.
从托管代码对本机代码发出的“平台调用”调用的计数,内部CLR“平台调用”调用排除在外。
msdn2.microsoft.com
2.
Provides links to information about automating Office Solutions using managed code.
提供一些链接,指向有关使用托管代码使Office解决方案自动化的信息。
msdn2.microsoft.com
3.
Assemblies are the units of versioning and deployment for managed code.
程序集是托管代码的版本控制单元和部署单元。
msdn2.microsoft.com
4.
When an error is passed from COM to managed code, the runtime populates the exception object with error information.
当从COM给托管代码传递错误时,运行库使用错误信息填充异常对象。
msdn2.microsoft.com
5.
Thread names are especially useful for managed code, since you cannot identify threads by Thread ID in managed code.
线程名称对于托管代码特别有用,因为在托管代码中无法通过线程ID来识别线程。
msdn2.microsoft.com
6.
Any reference to managed code from a Transact-SQL user-defined function counts as one level against the 32-level nesting limit.
从Transact-SQL用户定义函数对托管代码的任何引用都将计入32级嵌套限制的一个级别。
msdn2.microsoft.com
7.
Provides links to information about automating Microsoft Office applications by using managed code.
提供一些链接,指向有关使用托管代码实现MicrosoftOffice应用程序自动化的信息。
msdn2.microsoft.com
8.
A more subtle cause of side effects is the evaluation of properties and other implicit function calls in managed code.
产生副作用的一个更难以捉摸的原因,是在托管代码中计算属性和其他隐式函数调用。
msdn2.microsoft.com
9.
You cannot debug native and managed code within a single instance of the debugger.
您无法在调试器的单个实例中调试本机代码和托管代码。
msdn2.microsoft.com
10.
For more information, see How to: Step out of Managed Code when Native Frames are Missing from the Call Stack Window.
有关更多信息,请参见如何:在“调用堆栈”窗口中缺少本机框架时跳出托管代码。
msdn2.microsoft.com
1.
A SideShow gadget application can be written in native code or in managed code.
可以采用本机代码或托管代码编写SideShow小工具应用程序。
msdn.microsoft.com
2.
If you no longer need the managed code extensions or the cached data, then remove the Runtime Storage Control.
如果不再需要托管代码扩展或缓存数据,则请移除运行时存储控件。
msdn2.microsoft.com
3.
The following illustration shows a basic network schema with managed code running in different server environments.
下面的插图显示在不同服务器环境中运行托管代码的基本网络架构。
msdn2.microsoft.com
4.
The rest of the code is similar to the managed code example above.
其余代码与上文的托管代码示例相似。
msdn2.microsoft.com
5.
Demonstrates how COM objects can be used from managed code using Custom Runtime Callable Wrappers.
演示如何使用自定义运行库可调用包装从托管代码使用COM对象。
msdn2.microsoft.com
6.
Describes classes used to safely wrap unmanaged handles in managed code.
描述用于在托管代码中安全地包装非托管句柄的类。
msdn2.microsoft.com
7.
Any reference to managed code from a Transact-SQL stored procedure counts as one level against the 32-level nesting limit.
Transact-SQL存储过程对托管代码的任何引用均计为32级嵌套限制的一级。
technet.microsoft.com
8.
If you are unfamiliar with the task of applying attributes to managed code, see Extending Metadata Using Attributes.
如果您不熟悉将特性应用于托管代码这一任务,请参见利用特性扩展元数据。
technet.microsoft.com
9.
It does not support creating COM objects in managed code or interoperating with ActiveX controls.
它不支持在托管代码中创建COM对象或与ActiveX控件的交互。
msdn2.microsoft.com
10.
Interoperation services prevent untrusted, managed code from accessing unmanaged code.
交互操作服务禁止不受信任的托管代码访问非托管代码。
msdn2.microsoft.com
1.
The thread is attempting to illegally call into managed code while holding the operating system's loader lock.
该线程在持有操作系统的加载程序锁的同时,尝试非法调入托管代码。
technet.microsoft.com
2.
Managed code is compiled at run time to native code that accesses the physical registers of the microprocessor.
托管代码在运行时被编译为用来访问微处理器的物理寄存器的本机代码。
msdn2.microsoft.com
3.
Explains how you can use VBA code in Microsoft Office Word or Microsoft Office Excel solutions that also use managed code.
演示如何在使用托管代码的MicrosoftOfficeWord或MicrosoftOfficeExcel解决方案中使用VBA代码。
msdn2.microsoft.com
4.
Meanwhile, managed code executes in native machine language and enjoys rich access to OS features.
同时,托管代码以本机语言执行,访问并享受丰富的操作系统特性。
www.diybl.com
5.
Note InfoPath cannot convert existing script or managed code from one programming language to another programming language.
注释InfoPath无法将现有的脚本或托管代码从一种编程语言转换为另一种编程语言。
office.microsoft.com
6.
Marks the currently executing thread-pool thread for the execution of managed code.
标记为执行托管代码而在当前执行的线程池线程。
msdn2.microsoft.com
7.
Is the root exception class for all exceptions thrown by Microsoft Windows Mobile DirectX for Managed Code.
是所有由托管代码的WindowsMobileDirectX引发的异常的根异常类。
msdn2.microsoft.com
8.
Passed to managed code by an unmanaged module.
传递给了托管代码。
msdn2.microsoft.com
9.
The common language runtime helps protect managed code from these attacks by running a stack walk on all calls.
公共语言运行库通过在所有调用上运行堆栈审核,帮助保护托管代码免受这些攻击。
msdn2.microsoft.com
10.
This episode highlights issues regarding breaking changes in managed code.
本节重点讲述与托管代码中的重要更改有关的问题。
msdn2.microsoft.com
1.
You can now name cross-process communication events that are created purely in managed code.
现在,您可以命名完全在托管代码中创建的进程间通信事件。
msdn2.microsoft.com
2.
COM interop, which enables managed code to interact with COM objects through interfaces.
COMInterop,它使托管代码能够通过接口与COM对象交互。
msdn2.microsoft.com
3.
This reduces the likelihood that managed code can be misused.
这样可以减小滥用托管代码的可能性。
msdn2.microsoft.com
4.
Stored procedures written in managed code are called CLR stored procedures.
使用托管代码编写的存储过程称为CLR存储过程。
msdn2.microsoft.com
5.
Specifies that no managed code categories be blocked from running in partially trusted code.
指定不禁止任何托管代码类别在部分受信任的代码中运行。
msdn2.microsoft.com
6.
It also left a lot of room for misinterpretation, which resulted in poorly managed code and ultimately affected the overall business.
这样还为造成误解留下了巨大的空间,从而产生管理不善的代码,并最终影响总体业务。
www.ibm.com
7.
When you debug script, Managed code must not be selected.
当调试脚本时,一定不要选择“托管代码”。
msdn2.microsoft.com
8.
Any reference to managed code from a Transact-SQL trigger counts as one level against the 32-level nesting limit.
Transact-SQL触发器中对托管代码的任何引用均计为32层嵌套限制中的一层。
msdn2.microsoft.com
9.
The calling application that calls your DLL is written in managed code and your DLL is written in native code.
调用DLL的调用应用程序是用托管代码编写的,而DLL是用本机代码编写的。
msdn2.microsoft.com
10.
Contains methods that are definitions of COM functions for managed code.
包含作为托管代码的COM函数定义的方法。
msdn2.microsoft.com
1.
Describes the process of accessing XML Web services from a variety of managed code application types.
介绍从多种托管代码应用程序类型中访问XMLWebservices的过程。
msdn2.microsoft.com
2.
For managed code, helps to find memory leaks due to "living" references in collections.
对于托管的代码,帮助找到由于集合中的“未释放的”引用的内存泄漏。
www.ibm.com
3.
You must implement a custom delivery protocol as a class in a managed code assembly.
必须将自定义传递协议实现为托管代码程序集中的类。
msdn2.microsoft.com
4.
Indicates that the allocation is critical to the execution of managed code in the process.
指示此分配是在进程中执行托管代码的关键。
msdn2.microsoft.com
5.
The following steps are recommended when installing managed code or unmanaged code to ensure that the installation itself is secure.
在安装托管代码或非托管代码时建议采用下列步骤,以确保安装本身是安全的。
msdn2.microsoft.com
6.
Managed code is code that can be inspected and managed by the common language runtime.
托管代码是可由公共语言运行库检查和管理的代码。
msdn2.microsoft.com
7.
The project output is a mixed-mode assembly, which combines native code with managed code.
项目输出是混合模式程序集,它是本机代码与托管代码的组合。
msdn2.microsoft.com
8.
The managed code rules settings are not as strict as the policy requires.
托管代码规则设置不像策略所要求的那样严格。
207.46.16.251
9.
Avoid setting breakpoints on system components when you are debugging mixed-mode (native and managed) code.
避免当正在调试混合模式(本机和托管)代码时在系统组件上设置断点。
msdn2.microsoft.com
10.
Called when a thread begins executing managed code.
线程开始执行托管代码时调用。
msdn2.microsoft.com
1.
For managed code, this attribute accepts the language names that are accepted by CreateProvider.
对于托管代码,此属性接受CreateProvider所接受的语言名称。
msdn2.microsoft.com
2.
When managed code throws an exception, the runtime passes the HRESULT to the COM client.
当托管代码引发异常时,运行时将HRESULT传递给COM客户端。
technet.microsoft.com
3.
Stopping codes changes in managed code can produce unexpected results.
在托管代码中停止代码更改可能产生意外结果。
msdn2.microsoft.com
4.
You can then write your own code to handle the interaction between Excel and managed code.
然后您就可以编写自己的代码来处理Excel和托管代码之间的交互。
msdn2.microsoft.com
5.
This section summarizes the process needed to expose an existing COM component to managed code.
本节将概述向托管代码公开现有COM组件所需的步骤。
msdn2.microsoft.com
6.
This location can be specified in the application configuration file and in managed code using the.
属性,在应用程序配置文件和托管代码中指定该位置。
msdn2.microsoft.com
7.
If this check box is not selected, you can debug managed code, but the debugger will skip over calls to unmanaged code.
如果未选中此复选框,则可以调试托管代码,但调试器会跳过对非托管代码的调用。
msdn2.microsoft.com
8.
A low- level operating system extensibility point , such as the vectored exception handler, has activated while executing managed code .
在此示例中,正确的解决办法是完全以非托管代码实现向量异常处理程序。
www.bing.com
9.
The interop marshaler performs the identical transformation when exposing a VARIANT type to managed code.
互操作封送拆收器在向托管代码公开VARIANT类型时执行相同的转换。
msdn.microsoft.com
10.
Security policy gives permissions to managed code according to how the code is signed and where it is located.
安全策略按照托管代码签名的方式以及代码所在的位置,将权限授予托管代码。
msdn2.microsoft.com
1.
Verifiable assemblies cannot contain any unmanaged functions or native data types, even if they are not referenced by the managed code.
可验证程序集无法包含任何非托管函数或本机数据类型,即使它们不是由托管代码引用的。
msdn2.microsoft.com
2.
Applying changes to managed code is normally a quick process, so there is seldom need to stop code changes in managed code.
将更改应用到托管代码通常是一个很迅速的过程,因此极少需要在托管代码中停止代码更改。
msdn2.microsoft.com
3.
For managed code, you cannot use the normal debugger windows to view dump information.
对于托管代码,无法使用普通的调试器窗口来查看转储信息。
msdn2.microsoft.com
4.
In managed code, you can continue execution in the same thread after an unhandled exception.
在托管代码中,您可以在出现了未处理的异常后在同一线程内继续执行。
msdn2.microsoft.com
5.
This documentation describes the UI Automation API for managed code.
本文档描述托管代码的UI自动化API。
msdn2.microsoft.com
6.
Describes providing managed code access to COM components.
描述如何提供对COM组件的托管代码访问。
msdn2.microsoft.com
7.
The worker process is a small Win32 shell of code that hosts the common language runtime (CLR) and runs managed code.
工作进程是一个小的win32shell代码,集成CLR并运行托管代码。
www.cnblogs.com
8.
Provides links to sample applications that illustrate the use of managed code extensions with Word and Excel.
提供指向示例应用程序的链接,这些示例应用程序阐释如何将托管代码扩展与Word和Excel一起使用。
msdn2.microsoft.com
9.
A form template can only contain script or managed code that is written in one programming language.
表单模板只能包含用一种编程语言编写的脚本或托管代码。
office.microsoft.com
10.
Currently, you can use MDbg. Exe to debug only managed code; there is no support for debugging unmanaged code.
目前,只能使用MDbg.exe调试托管代码;不支持调试非托管代码。
msdn2.microsoft.com
1.
Feature of Office. You can also use the Visual Studio tool windows and editors to customize the document or workbook using managed code.
还可以通过VisualStudio工具窗口和编辑器使用托管代码对文档或工作簿进行自定义。
msdn2.microsoft.com
2.
When native code calls managed code using COM Interop and the managed code throws an exception.
当本机代码使用COMInterop调用托管代码而托管代码却引发异常时。
msdn2.microsoft.com
3.
The CLR prevents the call back into managed code since it is in shutdown mode.
由于该调用处于关闭模式,CLR将阻止它返回到托管代码中。
msdn2.microsoft.com
4.
Review all catch blocks in managed code that catch all objects or catch all exceptions.
检查托管代码中捕捉所有对象或捕捉所有异常的所有catch块。
msdn2.microsoft.com
5.
When native code calls managed code, you may notice some discrepancies.
当本机代码调用托管代码时,您可能会注意到某些差异。
msdn2.microsoft.com
6.
Avoid redefining COM interfaces manually in managed code.
避免在托管代码中手动重定义COM接口。
msdn2.microsoft.com
7.
Managed code can run on a client computer, while Transact-SQL cannot.
托管代码可以在客户端计算机上运行,而Transact-SQL不能。
msdn2.microsoft.com
8.
You develop XML Web services in managed code on a development server.
您在“开发服务器”上开发托管代码中的XMLWebservices。
msdn2.microsoft.com
9.
Suspending or freezing the native thread freezes the managed code also.
挂起或冻结本机线程也会冻结托管代码。
technet.microsoft.com
10.
The following table provides a basic comparison between VBA and managed code extensions.
下表提供VBA和托管代码扩展之间的基本比较。
msdn2.microsoft.com
1.
Both Transact-SQL and managed code can be run on the server.
Transact-SQL和托管代码均可以在服务器上运行。
msdn2.microsoft.com
2.
In managed code, the Call Stack window hides information for non-user code by default.
在托管代码中,“调用堆栈”窗口默认情况下隐藏非用户代码的信息。
msdn2.microsoft.com
3.
Visio provides a PIA for every published Visio 2003 interface so that you can integrate Visio with managed code applications.
Visio为每个发布的Visio2003接口提供了一个PIA,这样您就可以将Visio与托管代码应用程序进行集成。
office.microsoft.com
4.
Halting all managed code in the worker process can cause a work stoppage for all users on the server.
暂停辅助进程中的所有托管代码会导致服务器上的所有用户的工作中断。
technet.microsoft.com
5.
When you are debugging managed code, the debugger expects to find symbol files on the remote computer instead of the local computer.
在调试托管代码时,调试器希望在远程计算机而不是本地计算机上找到符号文件。
msdn2.microsoft.com
6.
Before managed code is executed, the CLR verifies that the code is safe.
在执行托管代码之前,CLR将验证代码是否安全。
msdn2.microsoft.com
7.
Provides detailed steps for creating an aggregate in managed code.
提供在托管代码中创建聚合的详细步骤。
msdn2.microsoft.com
8.
You can also use these properties to attach managed code extensions to a document.
也可以使用这些属性将托管代码扩展附加到文档。
msdn2.microsoft.com
9.
Debugging back and forth between managed code and T-SQL.
在托管代码与T-SQL之间来回调试。
msdn2.microsoft.com
10.
All Notification Services APIs are developed in managed code.
所有NotificationServicesAPI都是使用托管代码开发的。
msdn2.microsoft.com
1.
Performs a co-operative stop on all threads that are running managed code in the process.
同时停止进程中正在运行托管代码的所有线程。
msdn2.microsoft.com
2.
Perhaps you want to use managed code to respond to Office application events.
或许您希望使用托管代码来响应Office应用程序事件。
www.cnblogs.com
3.
Disable: Use the project property pages to disable warnings for all managed code.
禁用:您可以使用项目属性页来禁用所有托管代码的警告。
technet.microsoft.com
4.
Provides detailed steps for creating a user-defined function in managed code.
提供在托管代码中创建用户定义函数的详细步骤。
msdn2.microsoft.com
5.
Describes the XML Web services programming model in managed code.
介绍托管代码中的XMLWebservices编程模型。
msdn2.microsoft.com
6.
All managed code is part of an Assembly class.
所有托管代码都是Assembly类的一部分。
msdn2.microsoft.com
7.
On a COM object is the same as performing a cast operation in managed code.
与在托管代码中执行强制转换操作效果相同。
msdn2.microsoft.com
8.
Provides instructions on how to asynchronously access a Web Service from a client application written in managed code.
提供有关如何异步访问用托管代码编写的客户端应用程序中Web服务的说明。
msdn2.microsoft.com
9.
All managed array types can be passed to unmanaged code from managed code.
所有托管数组都可以从托管代码传递给非托管代码。
msdn2.microsoft.com
10.
You can use the Visual Studio 2005 class library template to easily create an Excel Services managed-code UDF assembly.
我们可以通过套用VisualStudio2005的类库模板来开始编写一个ExcelServices的托管代码型UDF组件。
www.cnblogs.com
1.
The following table shows structure definitions for marshaling arrays and strings from unmanaged to managed code.
下表说明将数组和字符串从非托管代码封送到托管代码的结构定义。
msdn2.microsoft.com
2.
Creates a managed application module that contains class metadata and managed code as an object in an instance of SQL Server.
创建包含类元数据和托管代码的托管应用程序模块,将其作为SQLServer实例中的对象。
msdn2.microsoft.com
3.
Explains the role of managed-code assemblies in Office projects.
解释托管代码程序集在Office项目中的角色。
msdn2.microsoft.com
4.
Support for per-AppDomain and per-process variables in managed code.
对托管代码中的per-AppDomain和per-process变量的支持。
msdn2.microsoft.com
5.
Causes a garbage collection whenever a thread transitions from unmanaged to managed code.
导致每当发生从非托管代码到托管代码的线程转换时都进行垃圾回收。
msdn2.microsoft.com
6.
Describes using Windows Media and DirectX for Managed code.
介绍如何在托管代码中使用WindowsMedia和DirectX。
msdn2.microsoft.com
7.
Describes several tips for writing managed code that interoperates with COM clients.
描述编写与COM客户端互操作的托管代码的几条提示。
msdn2.microsoft.com
8.
Represents a process executing managed code.
表示执行托管代码的进程。
msdn2.microsoft.com
9.
The managed code extensions are available from the new document.
在新文档中可以使用托管代码扩展。
msdn2.microsoft.com
10.
The managed code extensions are available from the new workbook.
在新工作簿中可以使用托管代码扩展。
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/5/14 12:36:15