Actually, the CLR is exposed as a COM object.
实际上,CLR是作为一个COM对象的。
The more I learn about it, the more I get to appreciate the CLR.
随着我对CLR的了解越来越多,我也越来越喜欢它了。
The CLR Profiler tool is great for memory utilization analysis.
CLR分析器工具非常适合于内存利用分析。
Solution 1: Attach to the process after CLR code is used in the process.
解决1:在CLR代码已经被该进程使用后再附加到该进程。
The worker process, therefore, loads the CLR up as it were a COM object.
所以工作进程加载CLR时当作一个COM对象处理。
Since this code is run directly by Visual Studio it must be in CLR 4.
由于这个代码是直接在Visual Studio中运行,所以必须为CLR 4的项目。
The AppDomain is the minimum block of code that can be unloaded off the CLR.
应用程序域是CLR下最小代码单元。
NET version of Scala is also under development that generates CLR byte code.
一个能生成CLR 字节码的基于.NET 的Scala 版本也同时在开发中。
You can also take advantage of the code access security that's built into the CLR.
还可利用内建在 CLR 中的代码访问安全性。
The CLR wizard will then allow you to customize the generated DDL and data type mapping.
然后,该CLR向导将允许您定制生成的DDL和数据类型映射。
As I alluded to earlier, the CLR does not support the inheritance of static members.
我在前面已经提到过,CLR不支持静态成员的继承。
You can use this project template to define multiple CLR stored procedures and functions.
您可以使用该项目模板来定义多个 CLR 存储过程和函数。
The DLR is Microsoft's way of providing dynamic language capability on top of the CLR.
DLR是微软作为在CLR之上提供动态语言支持能力的一种技术手段。
The Framework Design Guidelines are agnostic when it comes to technology on top of the CLR.
一旦涉及到CLR顶端的技术,框架设计规范就是不可知的。
Unfortunately, unlike the CLR, the JVM doesn't ship with a standard VM-wide thread pool.
不幸的是,与CLR不同,JVM没有附带一个标准的vm级线程池。
This enhancement also enables CLR-based stored procedures to return multiple results sets too.
该增强也允许基于CLR的存储过程返回多个结果集。
This file contains a default CLR method that has the DB2 required signature for a CLR procedure.
该文件包含一个默认的CLR方法,该方法具有CLR过程所需的DB 2签名。
With.net 4.0, "com Visible types are guaranteed to run against the CLR they were compiled with."
但是,在。NET 4.0中,“能确保对COM可见的类型运行在它们所编译的CLR版本之上”。
If the CLR of.net becomes increasingly available on different platforms, this advantage may diminish.
如果. NET的CLR变得越来越能在不同的平台上使用,则这种优点将不复存在。
The worker process uses these parameters to perform tasks that need to happen before the CLR is loaded.
在加载CLR之前工作进程使用这些参数完成一些需要的工作。
More exactly, the CLR itself is not made of COM code, but the interface to the CLR is a COM object.
更确切的说,CLR本身不是由COM代码组成的,但是CLR的接口是一个COM对象。
As such, SCA ACTS as a distributed CLR supporting a variety of languages and runtimes in the same assembly.
由此,SCA扮演了一个分布式clr的角色,可在同一装配中支持多种语言和运行时。
Another limitation of version 0.8 is the inability to deal with CLR methods which have reference parameters.
8版本的另一个局限性是无法处理有引用参数的CLR方法。
The problems start when someone wants to load two add-ins that were built using different versions of the CLR.
问题就出现在当某个人想装载两个用不同的CLR版本构建的插件的时候。
Also support for arbitrary precision Numbers will be added (using GMP), as the CLR has no support for them.
同时,由于CLR并不支持任意精度的数字,因此还会增加这一功能(使用GMP)。
The dialog allows you to generate ADO.net code for SQL commands and procedures and add them to a CLR project.
该对话框允许为SQL命令和过程生成ado . NET代码并将其添加到CLR项目中。
With the DB2 V8.2 release, we are now the first database server to offer support for CLR stored procedures and functions.
而我们现在的DB 2 V8.2发行版是第一个提供对CLR存储过程和函数的支持的数据库服务器。
I am including a few links below as references on SQL CLR and digital signatures. I hope this information will be useful.
我列出一些和SQL CLR,数字签名有关的链接,希望这些信息能够对你有所帮助。
You attach to native process in CLR mode before the process creates the CLR object. Managed debugging is not working.
您使用CLR模式附加到一个自然进程在该进程还没有创建一个CLR对象时,托管调试就无法工作。
Now that you've had a chance to work on this for a while, do you still like the CLR as a platform for compiler development?
你已经在这个项目上工作一段时间了,你是否仍然喜欢将CLR作为编译器的开发平台?