NET code is compiled not into native code, but into an intermediate language imaginatively called CIL (Common intermediate language).
NET代码不会被编译成本地代码,而是转换成为一种可以称为CIL(公共中间语言)中间语言。
Nevertheless, there is still the task of writing the Common Business Oriented Language (COBOL) code to translate from an ideal XML message into transaction invocations.
尽管如此,仍然需要存在编写面向商业的通用语言(Common Business Oriented Language,COBOL)代码来将理想的XML消息转换为事务调用的工作。
This comes from the Common Language Infrastructure (CLI) spec that guarantees a type constructor will execute only once, unless explicitly invoked by user code.
这种行为是由公共语言架构(Common Language Infrastructure,CLI)规范导致的,该规范确保一个类型构造函数只执行一次,除非用户代码进行显式调用。
With the guarantees offered by the Common Language System, you should be able to maintain your legacy assets as DLLs while writing new code in IronPython.
通用语言系统(Common Language System)保证我们可以将遗留代码保存为DLL的同时使用IronPython编写新的代码。
The worker process is a small Win32 shell of code that hosts the common language runtime (CLR) and runs managed code.
工作进程是一个小的win32shell代码,集成CLR并运行托管代码。
Language code hierarchies do not guarantee that all languages with a common prefix will be understood by those fluent in one or more of those languages.
语言代码层级并不保证拥有相同前缀的语言能够被它所描述的一个和多个语言流畅的理解。
Common Language Runtime (CLR) Exceptions - Exceptions thrown in managed code.
公共语言运行时(CLR)异常—在托管代码中引发的异常。
C language on some common problems of the source code, for example, bubble sort, daffodils, seeking quadratic equations, etc.
说明:关于c语言中一些常见的问题的源代码,例如,冒泡排序,水仙花数,求二次方程等。
This value is set either explicitly in the application's code or by the common language runtime based on the locale for the current user on the local computer.
该值既可以在应用程序的代码中显式设置,也可由公共语言运行时基于本地计算机上当前用户的区域设置进行设置。
Security policy is the configurable set of rules that the common language runtime follows when determining the permissions to grant to code.
安全策略是公共语言运行时在确定要授予代码的权限时遵循的可配置的一组规则。
It contains code that the common language runtime executes.
包含公共语言运行时执行的代码。
These features are intrinsic to the managed code that runs on the common language runtime.
这些功能是在公共语言运行时上运行的托管代码所固有的。
Threads are the operating system construct used by the common language runtime to execute code.
线程是公共语言运行时用来执行代码的操作系统构造。
In the common language runtime (CLR), unsafe code is referred to as unverifiable code.
在公共语言运行时(CLR)中,不安全代码是指无法验证的代码。
Based on the evidence, the common language runtime security manager maps the assembly to a code group based on security policy.
根据证据,公共语言运行时安全管理器基于安全策略将程序集映射到代码组。
The ability to verify code as type-safe enables the common language runtime to provide as great a level of isolation as the process boundary, at a much lower performance cost.
由于公共语言运行时能够验证代码是否为类型安全的代码,所以它可以提供与进程边界一样大的隔离级别,而其性能开销则要低得多。
Compilers and tools expose the common language runtime's functionality and enable you to write code that benefits from this managed execution environment.
公共语言运行时的功能通过编译器和工具公开,您可以编写利用此托管执行环境的代码。
Although the common language runtime provides many standard runtime services, managed code is never interpreted.
尽管公共语言运行时提供许多标准运行时服务,但是它从不解释托管代码。
Explains the features and benefits of the common language runtime, a run-time environment that manages the execution of code and provides services that simplify the development process.
解释公共语言运行时的功能和优点。公共语言运行时是管理代码执行并提供简化开发过程的服务的运行时环境。
Each computer where the common language runtime is installed has this machine-wide code cache.
安装了公共语言运行时的每台计算机均具有此计算机范围的代码缓存。
Each computer where the common language runtime is installed has a machine-wide code cache called the global assembly cache.
安装有公共语言运行时的每台计算机都具有称为全局程序集缓存的计算机范围内的代码缓存。
Code that targets the common language runtime is deployed in units called assemblies.
以公共语言运行时为目标的代码以称为程序集的单位部署。
The common language runtime throws an exception when a com method in native code returns an HRESULT.
当本机代码中的COM方法返回HRESULT时,公共语言运行时会引发一个异常。
NET Common Language Runtime converts the generic IL and metadata to native code, substituting actual types for type parameters in the process.
Net公共运行时的JIT将泛型的中间代码和元数据转化成本地代码,在进程中用真实类型取代类型参数。
A CER defines an area in which the common language runtime (CLR) is constrained from throwing out-of-band exceptions that would prevent the code in the area from executing in its entirety.
CER定义一个区域,在该区域中公共语言运行时(CLR)会受到约束,不能引发可使区域中的代码无法完全执行的带外异常。
The common language runtime helps protect managed code from these attacks by running a stack walk on all calls.
公共语言运行时通过在所有调用上运行堆栈审核,帮助保护托管代码免受这些攻击。
The common language runtime's satellite assembly resource model fully supports this separation of code and resources.
公共语言运行时的附属程序集资源模型完全支持这种代码同资源的分离。
The common language runtime's satellite assembly resource model fully supports this separation of code and resources.
公共语言运行时的附属程序集资源模型完全支持这种代码同资源的分离。
应用推荐