单词 | unmanaged code | ||||||||
释义 | unmanaged code
更多释义 收起释义 例句释义: 非托管代码,非受管代码,非受管代码文件 1. The feature did not resolve the respective security threats because unmanaged code always was allowed to run in such a circumstance. 然而它并没有解决相关的安全威胁,因为非托管代码在这类环境中一直是能够被执行的。 www.infoq.com 2. Allows managed code to call into unmanaged code, which is often dangerous. 允许托管代码调入非托管代码,这常常是很危险的。 msdn2.microsoft.com 3. This optimization enables your managed code to call into unmanaged code without incurring the overhead of a stack walk. 此优化使您的托管代码能够调用非托管代码而不会引起执行堆栈步的系统开销。 msdn2.microsoft.com 4. 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的计算机上运行。 msdn2.microsoft.com 5. For the ability to call unmanaged code when creating an instance of a delegate. 表示在创建委托实例时调用非托管代码的能力。 msdn2.microsoft.com 6. A Boolean value indicating whether the application has permission to call unmanaged code. 一个布尔值,指示应用程序是否具有调用非托管代码的权限。 msdn2.microsoft.com 7. If your code does not have permission to execute unmanaged code, this attribute has no effect and should be removed. 如果您的代码不具有执行非托管代码的权限,则该特性将没有作用,应将其移除。 technet.microsoft.com 8. Explicit control of a class layout is important if the class is to be passed to unmanaged code that expects a specific layout. 如果要将类传递给需要指定布局的非托管代码,则显式控制类布局是重要的。 msdn2.microsoft.com 9. However, many Notification Services classes have been developed to be used from unmanaged code as well through COM interop. 但是,已开发的许多NotificationServices类是要通过非托管代码以及COMinterop使用的。 msdn2.microsoft.com 10. Determines whether the application has permission to call unmanaged code. 确定应用程序是否具有调用非托管代码的权限。 msdn2.microsoft.com 1. Therefore, permission to call unmanaged code should only be granted for applications that come from a trusted source. 因此,应该只向来自于受信任源的应用程序授予调用非托管代码的权限。 msdn2.microsoft.com 2. Specifies the calling convention required to call methods implemented in unmanaged code. 指定调用在非托管代码中实现的方法所需的调用约定。 msdn2.microsoft.com 3. Accessing methods in unmanaged code is an advanced operation and is beyond the scope of this discussion. 中。访问非托管代码中的方法是一项高级操作,不在本文的讨论范围之内。 msdn2.microsoft.com 4. Describes the API elements that runtime hosts call from unmanaged code to configure and load the common language runtime into a process . 描述一些API元素,运行库主机从非托管代码中调用这些元素,用来配置公共语言运行库并将其加载到进程中。 www.bing.com 5. Value that can be passed to unmanaged code, which in turn can use it to call the underlying managed delegate. 值,非托管代码使用该值来调用基础托管委托。 msdn2.microsoft.com 6. Allows managed code to call into unmanaged code without a stack walk . 允许托管代码不经过堆栈步即调入非托管代码。 www.bing.com 7. Code that targets the runtime is known as managed code, while code that does not target the runtime is known as unmanaged code. 以运行库为目标的代码称为托管代码,而不以运行库为目标的代码称为非托管代码。。 msdn2.microsoft.com 8. Permission to call unmanaged code allows an application to perform most anything. 调用非托管代码的权限使应用程序几乎可以执行任何操作。 msdn2.microsoft.com 9. Interoperability enables you to preserve and leverage existing investments in unmanaged code. 互操作性使您能够保留和利用在现有非托管代码中的投入。 msdn2.microsoft.com 10. A special optimization is available to code that has permission to call unmanaged code. 为拥有调用非托管代码权限的代码提供了一种特殊的优化。 msdn2.microsoft.com 1. Gets or sets a value indicating whether permission to call unmanaged code is declared. 获取或设置一个值,该值指示是否声明了调用非托管代码的权限。 msdn2.microsoft.com 2. When debugging unmanaged code, you can uniquely identify an object by means of its address. 调试非托管代码时,您可以通过地址来唯一地标识对象。 msdn2.microsoft.com 3. The interop marshaling service uses these attributes to determine how each parameter should be marshaled between managed and unmanaged code. 互用封送处理服务使用这些属性来确定应该如何在托管和非托管代码之间封送每个参数。 msdn2.microsoft.com 4. A common use of the extern modifier is with the DllImport attribute when you are using Interop services to call into unmanaged code. extern修饰符的常见用法是在使用Interop服务调入非托管代码时与DllImport属性一起使用。 msdn2.microsoft.com 5. Property does not vary over time, even if unmanaged code that hosts the common language runtime implements the thread as a fiber. 属性的值不会随时间而变化,即使承载公共语言运行库的非托管代码将线程实现为纤程。 msdn2.microsoft.com 6. Controls the marshaling behavior of a delegate signature passed as an unmanaged function pointer to or from unmanaged code. 控制作为非托管函数指针传入或传出非托管代码的委托签名的封送行为。 msdn2.microsoft.com 7. SecurityPermission for inheriting classes to call unmanaged code or for the immediate caller to call unmanaged code. SecurityPermission供继承类调用非托管代码,或者供直接调用方调用非托管代码。 msdn2.microsoft.com 8. Setting the system date or time requires unmanaged code permission, which might affect its execution in partial-trust situations. 设置系统日期或时间需要非托管代码权限,这可能会对它在部分信任情况下的执行产生影响。 msdn2.microsoft.com 9. Explains how the interaction of managed and unmanaged code affects error handling in document-level and application-level projects. 说明托管和非托管代码的交互会如何影响文档级和应用程序级项目中的错误处理。 207.46.16.251 10. Converts a delegate into a function pointer callable from unmanaged code. 将委托转换为可从非托管代码调用的函数指针。 msdn2.microsoft.com 1. in some circumstances , a fixed - length character buffer must be passed into unmanaged code to be manipulated. 在某些环境中,必须将定长的字符缓冲区传递到非托管代码中以进行操作。 www.ichacha.net 2. SecurityPermission for the ability to call unmanaged code. SecurityPermission允许调用非托管代码。 msdn2.microsoft.com 3. Briefly describes some of the interaction issues between managed and unmanaged code, and provides links for further study. 简要描述托管和非托管代码间的一些交互操作问题,并为进一步研究提供链接。 msdn2.microsoft.com 4. For the immediate caller to call unmanaged code. 以便直接调用方能够调用非托管代码。 msdn2.microsoft.com 5. Use this name to search your code for platform invoke or COM signatures that pass that delegate out to unmanaged code. 请使用此名称在您的代码中搜索将该委托外传给非托管代码的平台调用或COM签名。 msdn2.microsoft.com 6. Shows examples of how a managed delegate can be marshaled to a function pointer in unmanaged code. 演示如何将托管委托封送为非托管代码中的函数指针的示例。 msdn2.microsoft.com 7. Contains values used to describe a transition from managed to unmanaged code, or vice versa. 包含一些值,这些值用于描述从托管代码到非托管代码(或相反)的转换。 msdn2.microsoft.com 8. Assemblies used with unmanaged code must be exported as a type library and registered. 和非托管代码一起使用的程序集必须作为类型库导出并注册。 msdn2.microsoft.com 9. Therefore, it makes sense for permission to access unmanaged code to be separate from other permissions. 因此,将访问非托管代码的权限与其他权限分开是有意义的。 msdn2.microsoft.com 10. Note that the immediate caller of this constructor requires unmanaged code permission. 注意,此构造函数的直接调用方需要非托管代码权限。 msdn2.microsoft.com 1. Object has no meaning in unmanaged code. 对象在非托管代码中没有意义。 msdn2.microsoft.com 2. If no alternative means exist and the application must access unmanaged code, you will have to elevate the permissions for the application. 如果不存在任何备选方法并且应用程序必须访问非托管代码,则必须提升应用程序的权限。 msdn2.microsoft.com 3. Enables the host to be notified whenever a thread makes a transition between managed and unmanaged code. 当线程执行托管代码和非托管代码之间的转换时,可让宿主收到相应的通知。 msdn2.microsoft.com 4. The developer must take responsibility for assuring that the transition into unmanaged code is sufficiently protected by other means. 开发人员必须负责确保用其他方法充分保证向非托管代码的转换的安全。 msdn2.microsoft.com 5. Even though platform invoke calls can flow only from managed to unmanaged code, data can flow in both directions as In or Out parameters. 虽然平台调用的调用只能从托管代码流向非托管代码,但是数据仍然可以作为In或Out参数在两个方向流动。 msdn2.microsoft.com 6. Such messages can be especially useful in debugging transitions between managed and unmanaged code. 此消息在托管和非托管代码之间进行调试转换时非常有用。 msdn2.microsoft.com 7. For permission to call unmanaged code. 调用非托管代码的权限。 msdn2.microsoft.com 8. This interface is for access to managed classes from unmanaged code and should not be called from managed code. 此接口用于从非托管代码访问托管类,不应从托管代码调用。 msdn2.microsoft.com 9. Runtime hosts can use interfaces from unmanaged code to create and gain access to the application domains within a process. 运行库宿主可以使用非托管代码的接口在进程内创建应用程序域和获取对这些应用程序域的访问。 msdn2.microsoft.com 10. The application domain manager can improve performance by eliminating some transitions between managed and unmanaged code. 应用程序域管理器可通过消除托管代码和非托管代码之间的某些转换操作提高性能。 msdn2.microsoft.com 1. Interoperability between managed and unmanaged code enables developers to continue to use necessary COM components and DLLs. 托管和非托管代码间的互操作性使开发人员能够继续使用所需的COM组件和DLL。 msdn2.microsoft.com 2. Calling unmanaged code outside of the CLR bypasses this security mechanism, and therefore presents a security risk. 在CLR外调用非托管代码会避开此安全机制,因此会造成安全风险。 msdn2.microsoft.com 3. Class with the object to wrap and a handle to the resource used by unmanaged code. 用要包装的对象和由非托管代码使用的资源的句柄初始化。 msdn2.microsoft.com 4. The derived class resides in an assembly without unmanaged code access permission. 该派生类位于没有非托管代码访问权限的程序集中。 msdn2.microsoft.com 5. Exposes the System. : : . Attribute class to unmanaged code. 向非托管代码公开System.::.Attribute类。 msdn2.microsoft.com 6. However, when a value type is passed to unmanaged code, the layout of the members is predictable. 但是,将值类型传递给非托管代码时,成员的布局是可预知的。 msdn2.microsoft.com 7. Conversely, code that runs outside the runtime is called unmanaged code. 相反,在运行库之外运行的代码称作非托管代码。 msdn2.microsoft.com 8. Interoperation services prevent untrusted, managed code from accessing unmanaged code. 交互操作服务禁止不受信任的托管代码访问非托管代码。 msdn2.microsoft.com 9. For easier interoperability with unmanaged code expecting different size enumerations. 不同,以便易于与期望不同大小的枚举的非托管代码进行互操作。 msdn2.microsoft.com 10. For unmanaged code to call this method. 它允许非托管代码调用此方法。 msdn2.microsoft.com 1. However, when permission to access unmanaged code is not granted, you still need to grant permissions to access other specific resources. 但是,在未授予访问非托管代码的权限时,您仍需要授予访问其他特定资源的权限。 msdn2.microsoft.com 2. All calls made between managed and unmanaged code must negotiate the requirements imposed by each respective programming model. 在托管代码和非托管代码之间进行的所有调用都必须满足各自编程模型强加的要求。 msdn2.microsoft.com 3. Calling the Windows API requires unmanaged code permission, which might affect its execution in partial-trust situations. 调用WindowsAPI需要非托管代码权限,这可能会对它在部分信任情况下的执行产生影响。 msdn2.microsoft.com 4. Synchronization Providers can be written in both managed and unmanaged code. 同步提供程序可用托管和非托管代码编写。 www.infoq.com 5. Option, as the migration path from unmanaged code to pure MSIL is not a direct one. For unmanaged code, see. 选项将被迁移的代码编译为混合程序集,因为从非托管代码迁移到纯MSIL的路径不是直接路径。 msdn2.microsoft.com 6. For permission to call unmanaged code when using the. 时调用非托管代码的权限。 msdn2.microsoft.com 7. Asserting unmanaged code permission can shorten the stack walk, but the optimization described in this topic can eliminate it entirely. 断言非托管代码权限可以缩短堆栈步,但是此主题中描述的优化可完全消除堆栈步。 msdn2.microsoft.com 8. This sample demonstrates the interoperation of managed garbage collection with unmanaged code. 本示例说明了托管垃圾回收与非托管代码之间的相互操作。 msdn2.microsoft.com 9. The stack walk performed when calling unmanaged code is omitted at run time, resulting in substantial performance savings. 在运行时省略了调用非托管代码时执行的堆栈步,从而获得显著的性能收益。 msdn2.microsoft.com 10. If you want to debug both managed and unmanaged code, both types of debugging must be enabled in your project. 若要同时调试托管和非托管代码,项目中必须同时启用这两种调试类型。 msdn2.microsoft.com 1. Property requires unmanaged code permission, which may affect its execution in partial-trust situations. 属性需要非托管代码权限,这可能会对它在部分信任情况下的执行产生影响。 msdn2.microsoft.com 2. Function requires unmanaged-code permission, which may affect its execution in partial-trust situations. 函数需要非托管代码权限,这可能会对它在部分信任情况下的执行产生影响。 msdn2.microsoft.com 3. When compiling unmanaged code, you can configure an executable image for debugging by setting IDE switches or command-line options. 在编译非托管代码时,可以通过设置IDE开关或命令行选项配置用于调试的可执行映像。 msdn2.microsoft.com 4. True, all Unicode characters that require conversion to ANSI format will generate an exception when passed to unmanaged code. 则所有需要转换为ANSI格式的Unicode字符在传递给非托管代码时都会引发异常。 msdn2.microsoft.com 5. The following steps are recommended when installing managed code or unmanaged code to ensure that the installation itself is secure. 在安装托管代码或非托管代码时建议采用下列步骤,以确保安装本身是安全的。 msdn2.microsoft.com 6. The optimizations done on MSIL code are a large subset of those done on unmanaged code. 对MSIL代码的优化是对非托管代码进行优化的一个大子集。 www.cnblogs.com 7. Causes a garbage collection whenever a thread transitions from managed to unmanaged code. 导致每当发生从托管代码到非托管代码的线程转换时都进行垃圾回收。 msdn2.microsoft.com 8. All threads that enter the managed execution environment from unmanaged code are marked as background threads. 从非托管代码进入托管执行环境的所有线程都被标记为后台线程。 msdn2.microsoft.com 9. This attribute is useful for implementing a class that provides access to system resources through unmanaged code. 此属性对于实现通过非托管代码提供系统资源访问权限的类是有用的。 msdn2.microsoft.com 10. If this check box is not selected, you can debug managed code, but the debugger will skip over calls to unmanaged code. 如果未选中此复选框,则可以调试托管代码,但调试器会跳过对非托管代码的调用。 msdn2.microsoft.com 1. Are involved, a platform invoke method call flows from managed to unmanaged code, and never the other way. 时以外,平台调用方法调用从托管代码流向非托管代码,而绝不会以相反方向流动。 msdn2.microsoft.com 2. Currently, you can use MDbg. Exe to debug only managed code; there is no support for debugging unmanaged code. 目前,只能使用MDbg.exe调试托管代码;不支持调试非托管代码。 msdn2.microsoft.com 3. Blocking without a timeout in unmanaged code is a denial of service attack. 在非托管代码中没有超时的阻止即是拒绝服务攻击。 msdn2.microsoft.com 4. Member is not callable from unmanaged code, even though the object is passed by reference. 但是,即使通过引用传递对象,仍然不能从非托管代码调用。 msdn2.microsoft.com 5. Generally, unmanaged code should never be directly exposed to partially trusted callers. 通常,不应直接向部分受信任的调用方公开非托管代码。 technet.microsoft.com 6. Assuming feature parity between . NET and MFC, a developer might choose MFC if there were a compelling need to write purely unmanaged code. 傲慢的特征同等在。之间和MFC,如果有无法抗拒的需要纯粹地写不处理密码,一个开发者可能选择MFC。 wenda.weitiewang.com 7. Because a managed class is a reference type, when it is passed by value, a pointer to the class is passed to unmanaged code. 由于托管类是引用类型,因此当它通过值传递时,指向该类的指针将被传递给非托管代码中。 technet.microsoft.com 8. The extern keyword is also used as a method modifier, declaring a method written in unmanaged code. extern关键字还用作方法修饰符,声明用非托管代码编写的方法。 msdn2.microsoft.com 9. Describes providing unmanaged code access to managed components. 描述如何提供对托管组件的非托管代码访问。 msdn2.microsoft.com 10. All managed array types can be passed to unmanaged code from managed code. 所有托管数组都可以从托管代码传递给非托管代码。 msdn2.microsoft.com 1. The extern keyword is also used as a method modifier, declaring a method written in unmanaged code. extern关键字还用作方法修饰符,声明用非托管代码编写的方法。 msdn2.microsoft.com 2. Describes providing unmanaged code access to managed components. 描述如何提供对托管组件的非托管代码访问。 msdn2.microsoft.com 3. All managed array types can be passed to unmanaged code from managed code. 所有托管数组都可以从托管代码传递给非托管代码。 msdn2.microsoft.com 4. This section contains samples demonstrating interoperating with unmanaged code. 本节包含说明与非托管代码进行交互操作的示例。 msdn2.microsoft.com 5. Classes can also be marshaled to unmanaged code as C-style structures, provided they have fixed member layout. 类还可以作为C样式的结构封送到非托管代码,条件是它们具有固定的成员布局。 msdn2.microsoft.com 6. By default, only applications that are running locally can call unmanaged code. 默认情况下,只有本地运行的应用程序才能调用非托管代码。 msdn2.microsoft.com 7. To synchronize the code lock in a manner that the CLR is aware of instead of synchronizing the lock using unmanaged code. 以CLR能识别的方式来同步代码锁,而不是使用非托管代码同步锁。 msdn2.microsoft.com 8. When marshaled to unmanaged code, these formatted types are marshaled as C-style structures. 当封送到非托管代码时,这些格式化类型作为C样式的结构封送。 msdn2.microsoft.com 9. That means they are relevant for unmanaged code on the Microsoft Windows operating system, but no relevant for. NET Framework. 它们与非托管Windows代码相关,但不与.NETFramework相关。 msdn2.microsoft.com 10. The boundary between managed and unmanaged code is a serious security threat to managed code. 托管代码和非托管代码之间的界限是对托管代码的严重安全威胁。 msdn2.microsoft.com 1. Application Verifier is a runtime verification tool for unmanaged code. 应用程序验证程序是用于非托管代码的运行时验证工具。 msdn2.microsoft.com 2. Using custom attributes, you can optionally adjust the way the runtime represents managed and unmanaged code. 利用自定义属性,您可以选择性地调整运行库表示托管和非托管代码的方式。 msdn2.microsoft.com 3. However, the SetXY member is not callable from unmanaged code, even though the object is passed by reference. 但是,即使通过引用传递对象,仍然不能从非托管代码调用SetXY成员。 msdn2.microsoft.com 4. Provides an alternative way of using functions in unmanaged code. 提供了另一种在非托管代码中使用函数的方式。 msdn2.microsoft.com 5. Controls the layout of an object when exported to unmanaged code. 控制当导出到非托管代码时对象的布局。 msdn2.microsoft.com 6. Like ISAPI extensions, ISAPI filters are blocks of unmanaged code installed on the Web server. 与ISAPI扩展一样,ISAPI筛选器是在Web服务器上安装的非托管代码块。 archive.cnblogs.com 7. The delegate from which the function pointer was created and exposed to unmanaged code was garbage collected. 从其创建函数指针并将创建的函数指针公开给非托管代码的委托已被垃圾回收。 technet.microsoft.com 8. Property to incorporate unmanaged code that renders to dynamic textures. 属性以合并能够呈现动态纹理的非托管代码。 msdn2.microsoft.com 9. Visual Studio provides tools for creating XML Web services in both managed and unmanaged code. VisualStudio提供使用托管代码和非托管代码创建XMLWebservices的工具。 msdn2.microsoft.com 10. These types are called blittable types because they do not require conversion when passed between managed and unmanaged code. 因为这些类型在托管和非托管代码之间传递时不需要转换,因此称为可直接复制到本机结构中的类型。 msdn2.microsoft.com 1. Specifies that the method is a managed method exported to unmanaged code. 指定该方法是导出为非托管代码的托管方法。 msdn2.microsoft.com 2. The static methods defined on the Marshal class are essential to working with unmanaged code. Marshal类中定义的static方法对于处理非托管代码至关重要。 msdn2.microsoft.com 3. When unmanaged code returns an error, the HRESULT is converted to an exception, which is then thrown by the runtime. 当非托管代码返回错误时,相应的HRESULT被转换为异常,然后由运行时引发该异常。 technet.microsoft.com 4. Memory debugging for finding memory leaks and buffer overflows in unmanaged code. 内存调试用于在非托管的代码中找到内存泄漏和缓冲区溢出。 www.ibm.com 5. Initialize method for creating and initializing an object in unmanaged code. 方法,用于以非托管代码创建和初始化对象。 msdn2.microsoft.com 6. Describes the mapping of exceptions between managed and unmanaged code. 描述异常在托管代码和非托管代码之间的映射。 msdn2.microsoft.com 7. For instance, a standard wrapper will always pass a 4-byte integer between managed and unmanaged code without converting the type. 例如,标准的包装将始终在托管和非托管代码之间传递4字节的整数,而不会转换其类型。 technet.microsoft.com 8. A pointer to a certificate context in unmanaged code. 一个指向非托管代码中的证书上下文的指针。 msdn2.microsoft.com 9. Describes how exceptions work between managed and unmanaged code. 描述异常在托管代码和非托管代码之间的工作机制。 msdn2.microsoft.com 10. They are especially useful for debugging transitions between managed and unmanaged code. 在对托管和未托管代码间的转换进行调试时,这些信息非常有用。 technet.microsoft.com 1. Indicates that the managed method is exported by thunk to unmanaged code. 指示此托管方法由thunk导出为非托管代码。 msdn2.microsoft.com 2. Memory allocation performed by unmanaged code must also use these methods. 非托管代码所执行的内存分配也必须使用这些方法。 msdn2.microsoft.com 3. The delegate to be passed to unmanaged code. 要传递给非托管代码的委托。 msdn2.microsoft.com 4. Specifies that the method is implemented in unmanaged code. 指定此方法是以非托管代码实现的。 msdn2.microsoft.com 5. Method arguments passed by value are marshaled to unmanaged code as values on the stack. 通过值传递的方法参数被作为堆栈上的值封送到非托管代码。 msdn2.microsoft.com 6. Method is useful for custom marshaling or when mixing managed and unmanaged code. 对于自定义封送处理,或者在混合托管和非托管代码时, msdn2.microsoft.com 7. For unhandled exceptions on threads originating in unmanaged code, the difference is more subtle. 对于发自非托管代码的线程中的未处理异常,差别更加细微。 msdn2.microsoft.com 8. Provides design-time considerations that can enhance the transition between managed and unmanaged code. 提供可以增强托管代码和非托管代码之间转换的设计时注意事项。 msdn2.microsoft.com 9. Describes the process that governs how data is passed between managed and unmanaged code. 描述控制如何在托管和非托管代码之间传递数据的过程。 msdn2.microsoft.com 10. If the type has methods, properties, or events, they are inaccessible from unmanaged code. 如果该类型具有方法、属性或事件,将无法从非托管代码访问它们。 msdn2.microsoft.com 1. Code that does not have permission to access unmanaged code can call a class with this attribute to access unmanaged code. 没有非托管代码访问权限的代码可以调用具有此属性的类来访问非托管代码。 msdn2.microsoft.com 2. The GC does not track reference to unmanaged code. GC不会跟踪对非托管代码的引用。 msdn2.microsoft.com 3. Is converted to a function pointer that can be passed to unmanaged code using the. 转换为可传递给非托管代码的函数指针。 msdn2.microsoft.com 4. To the method that calls into unmanaged code suppresses the demand. 应用到调用非托管代码的方法,则会取消该要求。 msdn2.microsoft.com 5. Enumeration control access to unmanaged code. 值控制对非托管代码的访问。 msdn2.microsoft.com 6. In effect, using this attribute creates an open door into unmanaged code. 实际上,使用此属性将创建进入非托管代码的开放的门。 msdn2.microsoft.com 7. PtrToStringBSTR is useful for custom marshaling or when mixing managed and unmanaged code. PtrToStringBSTR对于自定义封送处理或者在混合托管和非托管代码时很有用。 msdn2.microsoft.com 8. Specifies a request for unmanaged code permission. 指定请求非托管代码权限。 msdn2.microsoft.com 9. Class is provided to support unmanaged code generation. 类以支持非托管代码生成。 msdn2.microsoft.com 10. These types might require conversion when they are marshaled between managed and unmanaged code. 当被在托管代码和非托管代码之间封送时,这些类型可能需要转换。 msdn2.microsoft.com 1. You do not have permission to use unmanaged code. 您没有使用非托管代码的权限。 msdn.microsoft.com 2. Code running from within an UNSAFE assembly can call unmanaged code. 从UNSAFE程序集内运行的代码可调用未托管代码。 msdn2.microsoft.com 3. The executable contains pure unmanaged code. 该可执行文件包含纯非托管代码。 msdn2.microsoft.com 4. If a method fails in unmanaged code by returning a failure HRESULT, the runtime throws an exception that can be caught by managed code. 如果方法在非托管代码中失败,返回一个失败HRESULT,则运行库引发可被托管代码捕捉的异常。 msdn2.microsoft.com 5. Function A will be checked for unmanaged code permission during just-in-time compilation, but not subsequently during run time. 进行了标记,则在实时编译时将检查函数A的非托管代码权限,但随后在运行时不进行此检查。 msdn2.microsoft.com 6. An application can access unmanaged code only when it is granted the UnmanagedCode permission. 只有向应用程序授予UnmanagedCode权限后,它才能访问非托管代码。 msdn2.microsoft.com 7. For access to unmanaged code when getting the property value. 用于在获取属性值时访问非托管代码。 msdn2.microsoft.com 8. References are passed to unmanaged code as pointers. 引用是作为指针传递给非托管代码的。 msdn2.microsoft.com 9. However, you might want the fields laid out according to the arrangement that unmanaged code uses. 但是,您可能希望字段根据非托管代码使用的排列来布局。 technet.microsoft.com 10. Specifies a given type that is to be marshaled to unmanaged code. 指定要封送为非托管代码的给定类型。 msdn2.microsoft.com 1. Wraps a managed object holding a handle to a resource that is passed to unmanaged code using platform invoke. 包装一个托管对象,该对象保存使用平台invoke(调用)传递给非托管代码的资源句柄。 msdn2.microsoft.com 2. SecurityPermission for calling unmanaged code and to load an assembly with evidence. SecurityPermission用于调用非托管代码并使用证据加载程序集。 msdn2.microsoft.com 3. If your application design requires calling a function from the Win32 API, you are accessing unmanaged code. 如果应用程序设计要求从Win32API调用函数,则表示您正在访问非托管的代码。 msdn2.microsoft.com 4. Marshals an object from managed code to unmanaged code. 将一个对象从托管代码封送处理到非托管代码。 msdn2.microsoft.com 5. Marshals an object from unmanaged code to managed code. 将一个对象从非托管代码封送处理到托管代码。 msdn2.microsoft.com 6. The following example shows safe arrays in managed and unmanaged code. 下面的示例显示托管代码和非托管代码中的安全数组。 msdn2.microsoft.com 7. An application can access unmanaged code only when it is granted the. 权限后,它才能访问非托管代码。 msdn2.microsoft.com 8. In addition to presenting information about the GC heap and managed resources, PurifyPlus also gathers information about the unmanaged code. 除了展示关于GC堆和托管的资源的信息,PurifyPlus还收集关于非托管的代码的信息。 www.ibm.com 9. A caller in the call chain does not have permission to access unmanaged code. 调用链中的调用方无权访问非托管代码。 msdn2.microsoft.com 10. This thunk is what the unmanaged code actually calls before the managed delegate is finally invoked. 此thunk是指最终调用托管委托之前非托管代码实际调用的内容。 msdn2.microsoft.com 1. The right to perform a protected operation, such as accessing unmanaged code. 执行受保护操作(如访问非托管代码)的权限。 technet.microsoft.com 2. Represents the class that describes how to marshal a field from managed to unmanaged code. 表示说明如何将字段从托管代码封送为非托管代码的类。 technet.microsoft.com 3. Interoperating with Unmanaged Code. 与非托管代码交互操作。 msdn.microsoft.com 4. I already have a subscription management application written in unmanaged code. 我已经用非托管代码编写了一个订阅管理应用程序。 msdn2.microsoft.com 5. If the external procedure runs outside the common language runtime (CLR), it is unmanaged code. 如果外部过程在公共语言运行库(CLR)外部运行,则它为非托管代码。 msdn2.microsoft.com 6. Provides links to all How-to topics found in the conceptual documentation for interoperating with unmanaged code. 提供指向在有关与非托管代码进行互操作的概念性文档中找到的所有帮助主题的链接。 msdn2.microsoft.com 7. For the ability to access unmanaged code. 表示访问非托管代码的能力。 msdn2.microsoft.com 8. Modifier is used as a method modifier, declaring a method written in unmanaged code. 修饰符作为方法修饰符使用,用以声明以非托管代码编写的方法。 msdn2.microsoft.com 9. Is useful when passing a null string to unmanaged code. 向非托管代码传递空字符串时, msdn2.microsoft.com 10. The following lists contain links to all How-to topics found in the conceptual documentation for interoperating with unmanaged code. 下面的列表中包含的链接指向在有关与非托管代码交互操作的概念文档中找到的所有帮助主题。 msdn2.microsoft.com 1. Values are passed to unmanaged code on the stack. 值在堆栈上传递给非托管代码。 msdn2.microsoft.com 2. On the other hand, CLR debugging must coexist with unmanaged code debugging, which can only be performed correctly from an outside process. 另一方面,CLR调试必须与非托管代码调试共存,后者只能从外部进程中正确执行。 technet.microsoft.com 3. Occurs when interoperating with unmanaged code or unsafe managed code, and an invalid pointer is used. 当与非托管代码或不安全的托管代码互操作时或者使用无效指针时发生。 msdn2.microsoft.com 4. Describes how to handle exceptions thrown and caught in unmanaged code. 描述如何处理在非托管代码中引发和捕捉的异常。 msdn2.microsoft.com 5. In order to run this example, you must have permission to execute unmanaged code and to access the printer. 为了运行此示例,您必须具有执行非托管代码和访问打印机的权限。 msdn.microsoft.com 6. Indicates how to marshal the data between managed and unmanaged code. 指示如何在托管代码和非托管代码之间封送数据。 msdn2.microsoft.com 7. Describes how to enable libraries for use with unmanaged code and how to use libraries from unmanaged code. 描述如何启用库以用于非托管代码以及如何通过非托管代码使用库。 msdn2.microsoft.com 8. Calling unmanaged code using the. 类调用非托管代码。 msdn2.microsoft.com 9. Provides an example that shows how to request permission to access unmanaged code. 提供示例,显示如何请求权限以访问非托管代码。 www.kuenglish.info 10. Code that is running from within an UNSAFE assembly can call unmanaged code. 在UNSAFE程序集内运行的代码可以调用非托管代码。 msdn2.microsoft.com 1. Class is used by unmanaged code in this service to manage session data. 类由该服务中的非托管代码用于管理会话数据。 msdn2.microsoft.com 2. For example, the runtime cannot prevent unmanaged code from calling into native (unmanaged) code and performing malicious operations. 例如,运行库无法阻止非托管代码调用到本机(非托管)代码中和执行恶意操作。 msdn2.microsoft.com 3. For example, an HRESULT returned from unmanaged code is converted to an exception in managed code. 例如,从非托管代码返回的HRESULT转换为托管代码中的异常。 msdn2.microsoft.com 4. For example, unmanaged code might call resources in unmanaged code directly, bypassing CLR security mechanisms. 例如,非托管代码可能会直接调用非托管代码中的资源,从而避开CLR安全机制,。 207.46.16.252 5. For example, unmanaged code might call resources in unmanaged code directly, bypassing CLR security mechanism. 例如,非托管代码可能避开CLR安全机制,直接调用非托管代码中的资源。 msdn2.microsoft.com 6. For example, the TestStructInStruct method passes a reference (the value of an address) to an object of type MyPerson2 to unmanaged code. 例如,TestStructInStruct方法将对MyPerson2类型的对象的引用(一个地址值)传递给非托管代码。 msdn2.microsoft.com 7. Although you can also expose a class created with Visual Basic as a COM object for unmanaged code to use, it is not a true COM object. 虽然还可以将用VisualBasic创建的类作为COM对象进行公开以供非托管代码使用,但它并不是真正的COM对象。 msdn2.microsoft.com 8. Attribute when using Interop services to call into unmanaged code; in this case, the method must also be declared as 属性一起使用;在这种情况下,该方法还必须声明为 msdn2.microsoft.com 9. Access violations in unmanaged code that bubble up to managed code are always wrapped in an 向上冒泡到托管代码的非托管代码中的访问冲突总是包装在 msdn2.microsoft.com 10. Microsoft Visual Basic for Applications (VBA) uses unmanaged code that is tightly integrated with Office applications. MicrosoftVisualBasicforApplications(VBA)使用与Office应用程序紧密集成的非托管代码。 msdn2.microsoft.com 1. If your application does not have permission to call unmanaged code, your application must request 如果应用程序不具有调用非托管代码的权限,则应用程序必须请求 msdn2.microsoft.com 2. Parameters and fields typed as System. Object can be exposed to unmanaged code as one of the following types 可以将类型化为System.Object的参数和字段作为下列类型之一向非托管代码公开 msdn2.microsoft.com 3. Because you believe that most of your callers will not have permission to access unmanaged code, your code then creates a 因为您相信多数调用方将没有访问非托管代码的权限,所以您的代码会创建一个 msdn2.microsoft.com 4. There are two primary considerations in evaluating the safety of unmanaged code use in libraries that are callable by partially trusted code 对于部分受信任代码可调用的库中所使用的非托管代码,在评估其安全性时,主要应注意两点 msdn2.microsoft.com 5. For more information about security and unmanaged code permission, see 有关安全性和非托管代码权限的更多信息,请参见 msdn2.microsoft.com 6. Using platform invoke to access legacy or unmanaged code from within managed code 使用平台调用从托管代码内部访问旧的或未受托管的代码 msdn2.microsoft.com 7. is useful for custom marshaling or for use when mixing managed and unmanaged code 对于自定义封送处理或者在混合托管和非托管代码时很有用。 www.ichacha.net 8. For example, code that has permission to call unmanaged code does not need 例如,有权限调用非托管代码的代码不需要 msdn2.microsoft.com 9. For more information about working with unmanaged code, see 有关使用非托管代码的更多信息,请参见 msdn2.microsoft.com 10. The following list of links covers accessing XML Web services using unmanaged code 下面的链接列表包含如何使用非托管代码访问XMLWebservices msdn2.microsoft.com 1. Request permission to access unmanaged code 请求访问非托管代码的权限 msdn2.microsoft.com 2. Exporting Fixed-Length Strings to Unmanaged Code 向非托管代码导出固定长度的字符串 msdn2.microsoft.com 3. Running an ActiveX control requires unmanaged code permission, which is set with the 运行ActiveX控件需要非托管代码权限,这种权限是使用 msdn2.microsoft.com 4. Call unmanaged code with PInvoke 使用PInvoke调用非托管的代码 www.infoq.com 5. For more information on calls to unmanaged code, see 有关调用非托管代码的更多信息,请参见 msdn2.microsoft.com 6. How to: Enable Debugging of Unmanaged Code 如何:启用非托管代码调试 msdn2.microsoft.com |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。