clr

  • 网络公共语言运行库(Common Language Runtime);公共语言运行时;通用语言运行时

clrclr

clr

公共语言运行库(Common Language Runtime)

公共语言运行库(CLR)开发系列课程(1):Pinvoke_简介公共语言运行库(CLR)开发系列课程(1):Pinvoke_简介隐藏>>你可能喜 …

公共语言运行时

公共语言运行时 (CLR) 中,存储过程作为 Microsoft .NET Framework 程序集中某一类的公共静态方法实现。该静态方法可以 …

通用语言运行时

通用语言运行时CLR)即将成为在Windows作者 | 2009-3-17 10:49:47 | 阅读(115) |评论(0) | 阅读全文>> 作者 | 2009-3-11 1…

通用语言运行库

通用语言运行库CLR)的上面是包含了一套与其紧密集成在一起的可被任何语言应用的基本类库,其目的是使得程序员更 …

公共语言运行库支持

属性——常规——公共语言运行库支持公共语言运行库支持(/clr)纯 MSIL 公共语言运行库支持(/clr:pure)安全 MSIL 公共语言运 …

肾清除率

肾清除率(CLR)约13 L/h,相当于接近CLtot的25%。Mirabegron的肾消除是主要通过肾小管主动分泌与肾小球过滤。

通用语言运行环境

效率:ASP.NET应用程序是在服务器上运行的编译 好的通用语言运行环境(CLR)代码。 Visual Studio.net开发工具的支持:AS…

1
Setting a breakpoint in a T-SQL or SQL CLR object automatically enables the server for multi-tier application debugging, if it is possible. 如果可能,则在T-SQL或SQLCLR对象中设置断点将为多层应用程序调试自动启用服务器。
2
This synchronized editing relationship between designer and code makes it easy to create and configure CLR types visually. 设计器和代码之间的这种同步编辑关系使可视化地创建和配置CLR类型非常简单。
3
The common language runtime (CLR) debugging API was designed to be used as if it were part of the operating system kernel. 公共语言运行时(CLR)调试API专门用作操作系统内核的一部分。
4
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作为编译器的开发平台?
5
Once deployed, CLR procedures behave like any other language stored procedures and may be used as part of your applications. 一旦部署,CLR过程的行为就与任何其他语言存储过程一样,并可用作应用程序的一部分。
6
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存在。
7
The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector . 利用CLR探查器,可以查看进程的托管堆并调查垃圾回收器的行为。
8
The tools also allow you to build a conceptual model first, then automatically generate related CLR objects and a supporting database. 通过这些工具,您还可以首先构建概念模型,然后自动生成相关的CLR对象和支持数据库。
9
Is the name of the schema to which the CLR user-defined type belongs. CLR用户定义类型所属的架构的名称。
10
Note that this does not indicate whether execution of user CLR code was enabled. 请注意,这并不能指示是否启用了用户CLR代码的执行。
11
Object Services allows programmers to interact with the conceptual model through a set of common language runtime (CLR) classes. 对象服务允许程序员通过一组公共语言运行库(CLR)类与概念模型进行交互。
12
You can register a type in a CLR assembly as a user-defined aggregate function, as long as it implements the required aggregation contract. 可以将CLR程序集中的类型注册为用户定义的聚合函数,只要该类型实现了要求的聚合约定。
13
Some of you might wonder what code the compiler generates and whether there is any change to the CLR to support dynamic lookup or not. 你们中的一些想知道编译器将产生什么代码,是否对于CLR做了改变以支持动态查找。
14
This is known as garbage collection and is one of the core services provided by the CLR. 这也称为垃圾回收,它是CLR提供的核心服务之一。
15
Do not hold a lock while your profiler calls into a CLR function that can trigger a garbage collection. 当探查器调入可能触发垃圾回收的CLR函数时,不要持有锁。
16
The runtime layer is properly referred to as the common language runtime, or CLR. 运行时层合理的称呼应该是公共语言运行库或CLR。
17
Specify which threading attribute you want applied to the entry point of your CLR program. 指定要应用于CLR程序入口点的线程属性。
18
Learn how the common language runtime (CLR) thread pool can be used to improve application performance. 学习如何使用公共语言运行库(CLR)线程池改善应用程序性能。
19
Allows you to manipulate the code generated by examining the imported schema and specifying the CLR type that it maps to. 允许您检查导入的架构并指定该架构映射到的CLR类型,从而对生成的代码进行操作。
20
Other symptoms cannot be determined because a CLR failure can occur for a variety of reasons. 无法确定其他症状,因为有各种各样的原因会导致CLR故障。
21
Transact-SQL stored procedures cannot be modified to be CLR stored procedures and vice versa. 不能将Transact-SQL存储过程修改为CLR存储过程,反之亦然。
22
IronPython, part of Microsoft's drive to support dynamic languages in the CLR, is also used for the WPF samples. 作为微软在CLR中支持动态语言尝试的IronPython,也被作为WPF的例子使用。
23
That is, all CLR objects owned by a user are always executed in the same AppDomain. 也就是说,某用户拥有的所有CLR对象始终在同一AppDomain中执行。
24
Advance preparation is required so the CLR does not cause an out of memory condition during just- in- time compilation or type loading . 进行事先准备的目的是为了避免CLR在实时编译或类型加载时发生内存不足的情况。
25
Loads the CLR into a process using version information stored in an XML file. 使用存储在XML文件中的版本信息将CLR加载到进程中。
26
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项目中。
27
In the common language runtime (CLR), unsafe code is referred to as unverifiable code. 在公共语言运行时(CLR)中,不安全代码是指无法验证的代码。
28
This object can be a table, index, column, alias data type, or Microsoft. NET Framework common language runtime (CLR) user-defined type. 此对象可以是表、索引、列、别名数据类型或Microsoft.NETFramework公共语言运行时(CLR)用户定义类型。
29
This method is called by the common language runtime (CLR) data access services. 此方法由公共语言运行时(CLR)数据访问服务调用。
30
The CLR allocates memory for the new object and calls a special method known as a constructor for the SqlConnection class. CLR为新对象分配内存,并为SqlConnection类调用一个称为构造函数的特殊方法。