在单独的调试会话中调试托管代码和本机代码。
Debug your managed and native code in separate debugging sessions.
此库同时包含托管代码和本机代码,并且可以通过托管代码调用算法,或者将其封送到算法的本机代码版本。
This library contains both managed and native code, and the algorithm can be called via managed code or marshalled into the native code version of the algorithm.
由于托管代码和本机代码的调用堆栈之间存在差异,因此对于混合的代码类型,调试器不能始终显示完整的调用堆栈。
Because of differences between call stacks for managed and native code, the debugger cannot always show the complete call stack when the code types mix.
相对于当前使用的VisualStudio安装项目,Wix更加灵活。而且它支持托管代码和WindowsInstaller进行交互。
WiX is much more flexible than the Visual Studio Setup Project currently available today and it supports managed code to interact with the Windows Installer.
可以采用两种模型来管理使用不同贡献机制的代码:托管和遗留。
There are two models for managing code with different mechanisms for contributions: managed and legacy.
IIS6工作进程不知道任何关于ASP.NET和托管代码的事情。
The IIS 6 worker process doesn't know anything about ASP.NET and managed code.
一年前,我、Carolyn (MSIDev经理)和两位Windows架构师讨论过托管代码自定义操作,并把最终的结果发布到博客上。
A year ago I posted the outcome of the managed code Custom Action discussion I had with Carolyn (MSI Dev Manager) and a couple Windows architects.
这些工具帮助用户利用我们在内部使用多年的工具,编写自己的安全和高质量的托管代码或原生代码。
This helped customers write secure and quality code for managed and native platforms using the same tools that we had been using internally for years.
在许多应用程序中,可能有一些代码路径和方案没有托管代码,特别是当通过. NET功能对现有的旧式程序进行改造时。
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.
ApacheShindig:探索这个opensocial容器,通过能呈现小工具、代理请求以及处理REST和RPC请求的代码来快速托管opensocial应用程序。
Apache Shindig: Explore this OpenSocial container to quickly host OpenSocial apps with code to render gadgets, proxy requests, and handle REST and RPC requests.
产生副作用的一个更难以捉摸的原因,是在托管代码中计算属性和其他隐式函数调用。
A more subtle cause of side effects is the evaluation of properties and other implicit function calls in managed code.
此方法是为托管编译器和代码分析器的设计器提供的。
This method is provided for designers of managed compilers and code analyzers.
讨论用托管代码绘制矢量图像和光栅图像的方法。
Discusses methods for drawing vector and raster images with managed code.
尽管类型安全验证对于运行托管代码不是强制的,但类型安全在程序集隔离和安全性强制中起着至关重要的作用。
Although verification of type safety is not mandatory to run managed code, type safety plays a crucial role in assembly isolation and security enforcement.
利用运行时可调用封装器rcw和COM可调用封装器CCW实现了在托管代码。
NET component in managed code was realized by taking advantage of runtime callable wrapper RCW and com callable wrapper CCW.
解释如何浏览元数据和托管代码。
在托管代码中,值类型和引用类型不允许重叠。
In managed code, value types and reference types are not permitted to overlap.
讨论运行时可调用的包装(它允许托管代码调用COM方法)和 COM 可调用的包装(它允许 COM客户端调用 。
Discusses runtime callable wrappers, which allow managed code to call COM methods, and COM callable wrappers, which allow COM clients to call .
公共语言运行时的功能通过编译器和工具公开,您可以编写利用此托管执行环境的代码。
Compilers and tools expose the common language runtime's functionality and enable you to write code that benefits from this managed execution environment.
介绍用托管代码编写的应用程序的常见调试问题和技术。
Covers common debugging problems and techniques for applications written in managed code.
类库中的编程错误会公开安全脆弱性,因为类库经常访问受保护的资源和非托管代码。
Programming errors in class libraries can expose security vulnerabilities because class libraries often access protected resources and unmanaged code.
避免在调试混合模式(兼有本机代码和托管代码)时在系统组件上设置断点。
Avoid setting breakpoints on system components when you are debugging mixed-mode, native, and managed code.
若要使公共语言运行时能够向托管代码提供服务,语言编译器必须生成一些元数据来描述代码中的类型、成员和引用。
To enable the runtime to provide services to managed code, language compilers must emit metadata that describes the types, members, and references in your code.
COM互操作同时对在托管代码中使用COM对象和向COM公开托管对象提供支持。
COM interop provides support for both using COM objects from managed code and exposing managed objects to COM.
这意味着托管代码可在严格实施类型保真和类型安全的同时使用其他托管类型和实例。
This means that managed code can consume other managed types and instances, while strictly enforcing type fidelity and type safety.
moreFxCop- FxCop是一个应用程序,分析托管代码程序集并报告有关,如可能的设计,定位,性能和安全性改进的程序集的信息。
FxCop - FxCop is an application that analyzes managed code assemblies and reports information about the assemblies, such as possible design, localization, performance and security improvements.
托管代码使用代码访问安全性(CAS)、代码链接和应用程序域来阻止程序集执行某些操作。
Managed code USES code Access Security (CAS), code links, and application domains to prevent assemblies from performing certain operations.
托管代码使用代码访问安全性(CAS)、代码链接和应用程序域来阻止程序集执行某些操作。
Managed code USES code Access Security (CAS), code links, and application domains to prevent assemblies from performing certain operations.
应用推荐