unmanaged

非托管的

常用释义

词性释义

非托管的
例句
  • 全部
  • 非托管的
非托管用户组件在尝试使用已公开到COM的托管对象时会引发一个访问冲突。
因此,这种具有单个服务区域的应用程序环境称为“非托管”应用程序环境。
允许托管代码调入非托管代码,这常常是很危险的。
Once linked, you can read and write to any part of the file as if it were nothing more than just an array of unmanaged memory.
一旦连接起来,你就能读写文件的任意部分,就像它已经不再是非托管内存数组了。
然而它并没有解决相关的安全威胁,因为非托管代码在这类环境中一直是能够被执行的。
此优化使您的托管代码能够调用非托管代码而不会引起执行堆栈步的系统开销。
Waste, poor quality, inefficiency, and unmanaged risk are the enemies of every auditor.
浪费、粗制烂造、磨洋工、疏忽风险,这些都是每个内审人员的敌人。
因为非托管宿主可以控制托管线程和非托管线程之间的关系,所以操作系统。
This sample is written in unmanaged code because it must be able to run on a computer where the. NET Framework is not installed.
此示例是用非托管代码编写的,因为它必须能够在未安装.NETFramework的计算机上运行。
If an application is running unmanaged user components, then those components might have corrupted the garbage-collected heap.
如果一个应用程序运行非托管用户组件,则这些组件可能损坏了已垃圾回收的堆。
Internet Explorer is an example of an unmanaged application that hosts the runtime (in the form of a MIME type extension).
InternetExplorer是承载运行库(以MIME类型扩展的形式)的非托管应用程序的一个示例。
表示在创建委托实例时调用非托管代码的能力。
一个布尔值,指示应用程序是否具有调用非托管代码的权限。
如果您的代码不具有执行非托管代码的权限,则该特性将没有作用,应将其移除。
如果要将类传递给需要指定布局的非托管代码,则显式控制类布局是重要的。
However, many Notification Services classes have been developed to be used from unmanaged code as well through COM interop.
但是,已开发的许多NotificationServices类是要通过非托管代码以及COMinterop使用的。
确定应用程序是否具有调用非托管代码的权限。
此行为仅在当前配置是创建纯MSIL应用程序时才可能实现,在非托管模式或混合模式下是不可能实现的。
因此,应该只向来自于受信任源的应用程序授予调用非托管代码的权限。
与操作系统句柄一样,非托管内存可能泄漏。
然后,应用程序可提供到公共语言运行库必须在运行时如何封送托管类型信息。
此方法将为在非托管缓冲区上生成的实例触发内部转换,以转换为托管缓冲区。
指定调用在非托管代码中实现的方法所需的调用约定。
平台调用是一种服务,它使托管代码能够调用DLL中实现的非托管函数。
中。访问非托管代码中的方法是一项高级操作,不在本文的讨论范围之内。
描述一些API元素,运行库主机从非托管代码中调用这些元素,用来配置公共语言运行库并将其加载到进程中。
Value that can be passed to unmanaged code, which in turn can use it to call the underlying managed delegate.
值,非托管代码使用该值来调用基础托管委托。
通知运行库已释放非托管内存,在安排垃圾回收时不需要再考虑它。
允许托管代码不经过堆栈步即调入非托管代码。
描述一些非托管API元素,运行库主机调用这些元素以配置公共语言运行库并将其加载到进程中。
1·Thus, such an application server environment with a single servant region is called an “unmanaged” application environment.
因此,这种具有单个服务区域的应用程序环境称为“非托管”应用程序环境。
2·The optimizations done on MSIL code are a large subset of those done on unmanaged code.
对 MSIL 代码的优化是对非托管代码进行优化的一个大子集。
3·Unfortunately it still doesn’t work with Silverlight or unmanaged C++.
可惜,对于Silverlight或非托管C++还是不能使用。
4·There are some Spring scenarios that can lead to unmanaged thread creation.
某些 Spring 场景可能导致创建非托管的线程。
5·Whether the code generated by the Visual C++ compiler is MSIL or unmanaged code, the optimizer that generates the code is the same one that has been developed and tuned for over a decade.
不管 Visual C++ 编译器生成的代码是 MSIL 还是非托管代码,生成代码的优化器还是十几年前就已开发并已进行调整的优化器。