I prefer to say. Unmanaged code.
我更喜欢说非托管代码。
Interoperating with Unmanaged Code.
与非托管代码交互操作。
NET features, but still contain unmanaged code.
NET功能的同时仍包含非托管代码。
Unmanaged code was executed which has freed up the memory instantaneously.
非托管代码被执行死刑,瞬间释放内存。
The optimizations done on MSIL code are a large subset of those done on unmanaged code.
对MSIL代码的优化是对非托管代码进行优化的一个大子集。
Method arguments passed by value are marshaled to unmanaged code as values on the stack;
通过值传递的方法参数被作为堆栈上的值封送到非托管代码;
Represents the class that describes how to marshal a field from managed to unmanaged code.
表示说明如何将字段从托管代码封送为非托管代码的类。
When importing an interop method, assert unmanaged code permission, and demand appropriate permission instead.
当引入一个互操作方法时,要断言不可控代码操作允许,并且声明相应的允许权限。
Use this name to search your code for platform invoke or COM signatures that pass that delegate out to unmanaged code.
请使用此名称在您的代码中搜索将该委托外传给非托管代码的平台调用或COM签名。
The following steps are recommended when installing managed code or unmanaged code to ensure that the installation itself is secure.
在安装托管代码或非托管代码时建议采用下列步骤,以确保安装本身是安全的。
Instead of giving all applications that use these wrappers unmanaged code rights, it is better to give these rights only to the wrapper code.
与其将非托管代码权限授予所有使用这些包装的应用程序,不如只将这些权限授予包装代码。
Programming errors in class libraries can expose security vulnerabilities because class libraries often access protected resources and unmanaged code.
类库中的编程错误会公开安全脆弱性,因为类库经常访问受保护的资源和非托管代码。
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.
因此,如果你不想从网络运行托管代码程序,那么也不应该将非托管代码程序区别对待。
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.
部分信任使应用程序受到一系列限制:如应用程序受到访问本地硬盘的限制,以及无法运行非托管代码,等等。
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还是非托管代码,生成代码的优化器还是十几年前就已开发并已进行调整的优化器。
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。
In unsafe code, an object must be pinned before it can be referred to by an unmanaged pointer.
在不安全代码中,必须先将对象固定,然后非托管指针才可引用该对象。
In unsafe code, an object must be pinned before it can be referred to by an unmanaged pointer.
在不安全代码中,必须先将对象固定,然后非托管指针才可引用该对象。
应用推荐