释放非托管资源所占用的内存。
此通知将传递给非托管调试器。
将数据从非托管内存块封送到托管对象。
Marshals data from an unmanaged block of memory to a managed object.
非托管代码被执行死刑,瞬间释放内存。
Unmanaged code was executed which has freed up the memory instantaneously.
NET功能的同时仍包含非托管代码。
我更喜欢说非托管代码。
没有启用非托管调试。
将32 位带符号整数值写入非托管内存。
将16 位带符号整数值写入非托管内存。
用于获取非托管类型的大小(以字节为单位)。
以释放非托管资源。
下面的示例演示如何向托管函数传递非托管数组。
The following example demonstrates passing an unmanaged array to a managed function.
提供托管数据类型及其相应的非托管数据类型的列表。
Provides a list of managed data types and their corresponding unmanaged data types.
某些Spring场景可能导致创建非托管的线程。
There are some Spring scenarios that can lead to unmanaged thread creation.
表示说明如何将字段从托管代码封送为非托管代码的类。
Represents the class that describes how to marshal a field from managed to unmanaged code.
其原因主要是由于这样的事实,C++是一个非托管语言。
The reason is primarily due to the fact that C++ is an unmanaged language.
调试API不提供用于获取非托管链中包含的帧的方法。
The debugging API does not provide methods for obtaining frames contained in unmanaged chains.
介绍允许对CLR正在执行的程序进行调试的非托管接口。
Describes the unmanaged interfaces that allow debugging of a program that is being executed by the CLR.
对MSIL代码的优化是对非托管代码进行优化的一个大子集。
The optimizations done on MSIL code are a large subset of those done on unmanaged code.
混合程序集能够同时包含非托管计算机指令和MSIL 指令。
Mixed assemblies are capable of containing both unmanaged machine instructions and MSIL instructions.
可惜,对于Silverlight或非托管C++还是不能使用。
Unfortunately it still doesn’t work with Silverlight or unmanaged C++.
许多非托管库包含将这些数据类型作为参数传递并返回值的函数。
Many unmanaged libraries contain functions that pass these data types as parameters and return values.
下面的示例演示如何对非托管API进行配置以触发托管委托。
The following example demonstrates how to configure an unmanaged API to trigger a managed delegate.
在不安全代码中,必须先将对象固定,然后非托管指针才可引用该对象。
In unsafe code, an object must be pinned before it can be referred to by an unmanaged pointer.
因此,这种具有单个服务区域的应用程序环境称为“非托管”应用程序环境。
Thus, such an application server environment with a single servant region is called an “unmanaged” application environment.
这些接口通常执行相同的功能,但以不同的方式向托管和非托管对象公开。
These interfaces commonly perform the same function, but are exposed differently to managed and unmanaged objects.
因此,如果你不想从网络运行托管代码程序,那么也不应该将非托管代码程序区别对待。
Thus if you want to disallow launching exes off the network you should not have one way of doing it for managed code, and a completely different way for unmanaged code.
由垃圾收集我们的对象的破坏是的完美的释放那些讨厌的非托管资源的时间。
The destruction of our object by the Garbage collector is the perfect time to free those pesky unmanaged resources.
非托管客户端在获取指向对象的指针后,将依赖于该对象来保持其位置不变。
Unmanaged clients, having obtained a pointer to an object, rely on the object to remain at the same location.
在安装托管代码或非托管代码时建议采用下列步骤,以确保安装本身是安全的。
The following steps are recommended when installing managed code or unmanaged code to ensure that the installation itself is secure.
应用推荐