托管模块 meaning in Chinese
managed module
Examples
- The managed module defines a delegate that is marshaled to the native code as a function pointer and uses the
托管模块定义将作为函数指针封送给本机代码的委托,并使用 - The unmanaged module is a dll that defines a function called takescallback that accepts a function pointer
非托管模块是一个dll ,它定义名为takescallback并接受函数指针的函数。 - Allows visual c modules to invoke and be invoked from . net assemblies while retaining compatibility with unmanaged modules
Net程序集调用和被调用,同时保留与非托管模块的兼容性。 - The unmanaged module is a dll that defines a function called takesastring that accepts a c - style ansi string in the form of a char
非托管模块是一个dll ,它定义名为takesastring并以char *形式接受c样式ansi字符串的函数。 - In windows xp , the operating system loader checks for managed modules by examining a bit in the common object file format coff header
在windows xp中,操作系统加载程序通过检查通用对象文件格式( coff )头中的某个位来检查是否有托管模块。