非托管代码被执行死刑,瞬间释放内存。
Unmanaged code was executed which has freed up the memory instantaneously.
与非托管代码交互操作。
表示说明如何将字段从托管代码封送为非托管代码的类。
Represents the class that describes how to marshal a field from managed to unmanaged code.
通过值传递的方法参数被作为堆栈上的值封送到非托管代码;
Method arguments passed by value are marshaled to unmanaged code as values on the stack;
对MSIL代码的优化是对非托管代码进行优化的一个大子集。
The optimizations done on MSIL code are a large subset of those done on unmanaged code.
在安装托管代码或非托管代码时建议采用下列步骤,以确保安装本身是安全的。
The following steps are recommended when installing managed code or unmanaged code to ensure that the installation itself is secure.
因此,如果你不想从网络运行托管代码程序,那么也不应该将非托管代码程序区别对待。
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.
非托管代码直接被编译成机器码,跟你具有相同或几乎相同的芯片的机器上都能运行。
It compiled directly to machine code that ran on the machine where you compiled it-and on other machines as long as they had the same chip, or nearly the same.
类库中的编程错误会公开安全脆弱性,因为类库经常访问受保护的资源和非托管代码。
Programming errors in class libraries can expose security vulnerabilities because class libraries often access protected resources and unmanaged code.
请使用此名称在您的代码中搜索将该委托外传给非托管代码的平台调用或COM签名。
Use this name to search your code for platform invoke or COM signatures that pass that delegate out to unmanaged code.
与其将非托管代码权限授予所有使用这些包装的应用程序,不如只将这些权限授予包装代码。
Instead of giving all applications that use these wrappers unmanaged code rights, it is better to give these rights only to the wrapper code.
类的参考文档,该类表示托管线程(无论它是来自非托管代码还是在托管应用程序中创建的)。
Provides reference documentation for the Thread class, which represents a managed thread, whether it came from unmanaged code or was created in a managed application.
部分信任使应用程序受到一系列限制:如应用程序受到访问本地硬盘的限制,以及无法运行非托管代码,等等。
Partial trust subjects an application to a series of restrictions: among other things, an application is restricted from accessing the local hard disk, and cannot run unmanaged code.
在不安全代码中,必须先将对象固定,然后非托管指针才可引用该对象。
In unsafe code, an object must be pinned before it can be referred to by an unmanaged pointer.
可以使用托管委托取代本机函数指针来从托管代码中调用以函数指针作为参数的非托管api。
Unmanaged APIs that take functions Pointers as arguments can be called from managed code with a managed delegate in place of the native function pointer.
可以使用托管委托取代本机函数指针来从托管代码中调用以函数指针作为参数的非托管api。
Unmanaged APIs that take functions Pointers as arguments can be called from managed code with a managed delegate in place of the native function pointer.
应用推荐