This has not changed in managed code.
这在托管代码中也没有改变。
Create COM types in managed Code.
在托管代码中使用COM类型。
For more information, see Assertions in Managed Code.
有关更多信息,请参见托管代码中的断言。
This topic demonstrates how to rename a DLL function in managed code.
本主题将说明如何在托管代码中重命名dll函数。
Stopping code changes in managed code can produce unexpected results.
在托管代码中停止代码更改可能产生意外结果。
Common Language Runtime (CLR) Exceptions - Exceptions thrown in managed code.
公共语言运行时(CLR)异常—在托管代码中引发的异常。
In managed code, value types and reference types are not permitted to overlap.
在托管代码中,值类型和引用类型不允许重叠。
Covers common debugging problems and techniques for applications written in managed code.
介绍用托管代码编写的应用程序的常见调试问题和技术。
An array is a reference type in managed code that contains one or more elements of the same type.
在托管代码中,数组是包含一个或多个相同类型元素的引用类型。
For best performance, com components should be rewritten in managed code using a runtime-compatible language.
为了获得最佳性能,应使用与运行时兼容的语言用托管代码重写COM组件。
For a complete list of declaration options and their default Settings, see Creating Prototypes in Managed Code.
有关声明选项及其默认设置的完整列表,请参见在托管代码中创建原型。
A more subtle cause of side effects is the evaluation of properties and other implicit function calls in managed code.
产生副作用的一个更难以捉摸的原因,是在托管代码中计算属性和其他隐式函数调用。
Some of the many DLL functions called with platform invoke require a callback function in managed code to run properly.
在用平台调用调用的多种dll函数中,有些函数要求正确地运行托管代码中的回调函数。
NET component in managed code was realized by taking advantage of runtime callable wrapper RCW and com callable wrapper CCW.
利用运行时可调用封装器rcw和COM可调用封装器CCW实现了在托管代码。
Applying changes to managed code is normally a quick process, so there is seldom a need to stop code changes in managed code.
将更改应用到托管代码通常是一个很迅速的过程,因此极少需要在托管代码中停止代码更改。
SQLDatastore is written completely in managed code, fully supports transactions, and allows stored procedures to be written in any language.
SQLDatastore全部使用托管代码写成,完全支持事务,并且允许用任何语言来写存储过程。
Describes the three steps involved in designing a world-ready application in managed code and explains the advantages of following this model.
介绍使用托管代码设计全球通用的应用程序所涉及的三个步骤,说明使用此模型的好处。
Occurs when an exception is thrown in managed code, before the runtime searches the call stack for an exception handler in the application domain.
当托管代码抛出异常时发生,在运行时在调用堆栈中搜索应用程序域中的异常处理程序之前。
In many applications, there may be some code paths and scenarios, especially when retrofitting existing legacy programs with.net functionality, where there is no managed code.
在许多应用程序中,可能有一些代码路径和方案没有托管代码,特别是当通过. NET功能对现有的旧式程序进行改造时。
Of course, one of the main benefits of using managed code is the support for code access security, and code you write in your assembly takes advantage of the user's security policies.
当然,使用托管代码的主要的好处之一是对代码访问安全性的支持,并且在您的程序集中编写的代码可利用用户的安全策略。
For managed code, helps to find memory leaks due to "living" references in collections.
对于托管的代码,帮助找到由于集合中的“未释放的”引用的内存泄漏。
Along the way you get the benefits of the managed environment in which a fully compiled.net-based application executes, including code access security.
通过该方法,您可以受益于托管环境,在该环境中执行完全编译的基于. NET的应用程序,其中包括代码访问安全性。
If a change management system is used, all objects that comprise a stored procedure (for example, source code, DBRMs, JAR files) are managed in this environment.
如果使用变更管理系统,则构成存储过程的所有对象(例如源代码、DBRM、JAR文件)都在这个环境中得到管理。
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,可以在中等信任级别中使用完全的托管代码。
There may be times when you find yourself in the world of managed code, and you'd like to interact with Office in a secure, garbage-collected world.
可能有时您会发现自己身处托管代码的世界中,并且想与安全的、垃圾回收世界中的Office进行交互。
Notice in Listing 2 that the autoCommit property is set to false, informing the underlying DBMS that the connection will be managed in the code, not the database.
注意,在清单2中,autocommit属性设置为false,这将通知底层DBMS在代码而非数据库中管理连接。
It also left a lot of room for misinterpretation, which resulted in poorly managed code and ultimately affected the overall business.
这样还为造成误解留下了巨大的空间,从而产生管理不善的代码,并最终影响总体业务。
Although he crossed over to the management dark side fairly early in his career, Stu has managed to keep writing code.
尽管职业生涯早早地进入了管理层,但是他还在一直不断的编写代码。
So much in fact that only managed code is allowed on the platform.
事实上,该平台只支持托管代码。
If you need to create a solution that can run in multiple Office hosts and is document agnostic, you can create a COM add-in using managed code.
如果需要创建可在多台Office主机中运行并且是文档不可知的解决方案,则可使用托管代码创建一个COM加载项。
应用推荐