The signature of the method also defines a CLR return type, which takes the deserialized XML content from the service response.
这个方法的签名还定义了一个CLR返回类型,它从服务响应中反序列化出xml内容。
The CLR JIT can only track a fixed number of variables for register allocation; once it has to track more than this, it begins to spill the contents of registers into memory.
CLRJIT只能跟踪固定数目的寄存器分配变量;一旦需要跟踪的数目超出这个数目,它就开始将寄存器的内容移到内存中。
The first tool is a CLR profiler for debugging memory issues. This is a must-have for anyone working within the constrained environment of mobile devices.
第一个工具是用于内存调试的CLR分析器,这对那些工作于移动设备受限环境的人来说是必不可少的工具。
This file contains a default CLR method that has the DB2 required signature for a CLR procedure.
该文件包含一个默认的CLR方法,该方法具有CLR过程所需的DB 2签名。
As such, SCA ACTS as a distributed CLR supporting a variety of languages and runtimes in the same assembly.
由此,SCA扮演了一个分布式clr的角色,可在同一装配中支持多种语言和运行时。
A long standing problem with Microsoft's implementation of the CLR is that only one can be loaded into a process at a time.
一直困扰着微软CLR实现的一个问题是在一个时间段里每个进程只能有一个CLR存在。
In addition, a flexible language framework is provided for interacting with the common language runtime (CLR) to write high-performance programs.
另外,还提供了一个灵活的语言框架来与公共语言运行库(CLR)相交互以便于编写高性能的程序。
The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method.
静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(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作为编译器的开发平台?
The worker process, therefore, loads the CLR up as it were a COM object.
所以工作进程加载CLR时当作一个COM对象处理。
Unfortunately, unlike the CLR, the JVM doesn't ship with a standard VM-wide thread pool.
不幸的是,与CLR不同,JVM没有附带一个标准的vm级线程池。
I am including a few links below as references on SQL CLR and digital signatures. I hope this information will be useful.
我列出一些和SQLCLR,数字签名有关的链接,希望这些信息能够对你有所帮助。
Actually, the CLR is exposed as a COM object.
实际上,CLR是作为一个COM对象的。
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对象。
Because the function will presumably be called a lot more often, the CLR is allowed to inline functions that are up to 5 times larger than the original call site.
这是因为据推测函数通常会被多次调用,所以CLR允许内联函数可以增长至原始调用大小的5倍大。
The CLR needs to be told when the thread is entering or exiting a critical region so that, should a failure condition occur, the CLR can notify the host appropriately.
当线程进入或退出临界区时需要通知clr,以便在出现故障情况时,CLR能够相应地通知宿主。
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项目中。
IronPython provides a great example of how languages can leverage some of the new dynamic language features that we added into the CLR with last year's.net 2.0 release.
IronPython提供了编程语言可以如何利用我们在去年发行的。NET 2.0版本的CLR中新加入的动态语言特性的一个极好的例子。
The starter kit, called ToyScript, was first presented in Microsoft's Compiler DevLab, a conference for language developers who are targeting the CLR.
入门工具包名为ToyScript,最早展示于微软的Compiler DevLab,为面向CLR开发语言的开发人员所召开的一次大会。
The CLR maintains a table called the intern pool that contains the literal strings in a program.
CLR维护一个名为“Internpool”的表,该表包含程序中的文字字符串。
Microsoft has committed to running dynamic language on the DLR and with that, they are developing IronRuby on the.net CLR which is a full implementation of the Ruby programming language.
微软提供了在DLR之上运行动态语言的机制,并在。NETCLR之上开发的IronRuby对于Ruby编程语言进行的全面的实现。
For example, to go from A to B in Figure 4 , you only need to recompile Y.cpp with the /clr switch.
例如,要从图4中的A 转到B,只需要用 /clr开关重新编译Y.cpp。
The worker process is a small Win32 shell of code that hosts the common language runtime (CLR) and runs managed code.
工作进程是一个小的win32shell代码,集成CLR并运行托管代码。
This means a given extension could have unexpected behavior caused by a newer CLR or even fail to load if an older CLR was already running.
这意味着,加载到IE中的扩展可能会由于新版本的CLR而产生不可预知的行为,或者由于老版本CLR已经在运行了,而产生错误。
While some of the guidelines in FXCop are subjective, most are grounded in sound logic based on a deep knowledge of how the CLR works.
虽然FXCop中的某些向导是微软主观确定的,但其中大部分都是奠定在对CLR工作原理深入了解的良好逻辑基础上。
There is a lot of plumbing code required to make this work because on the CLR side byref arguments need to be of exact type ...
要完成这些工作需要有许多管道代码(Plumbing Code),因为对于CLR而言,byref声明需要有确切的类型……
Although the.net Framework has been tuned for performance, there is a small delay during startup as the CLR loads.
虽然. NETFramework为提高性能而进行了微调,但在启动时加载CLR还稍微有些延迟。
In Visual Studio 2003, when a CLR application is open in the Solutions Explorer, you can invoke the CLR stored procedure wizard from the procedures node in the IBM Explorer.
在VisualStudio 2003中,在SolutionsExplorer中打开CLR应用程序时,可以从ibm Explorer中的过程节点调用CLR存储过程向导。
In Visual Studio 2003, when a CLR application is open in the Solutions Explorer, you can invoke the CLR stored procedure wizard from the procedures node in the IBM Explorer.
在VisualStudio 2003中,在SolutionsExplorer中打开CLR应用程序时,可以从ibm Explorer中的过程节点调用CLR存储过程向导。
应用推荐