function n. 1.功能,官能,机能,作用。 2.〔常 pl.〕职务,职责。 3.庆祝仪式;(盛大的)集会,宴会。 4.【数学】函数;与其他因素有密切关系的事。 The function of the ear is to listen. 耳的功能是听。 the function of education 教育的功能。 discharge one's functions 尽职。 the functions and powers of the National Congress 全国代表大会的职权。 a controllable function【火箭】遥控程序。 public [social] function招待会,文娱晚会,社交集会。 vital functions 生命机能。 vi. (器官等)活动,(机器等)运行,发挥作用。 function as teacher 担任教师。 a sofa functioning as a bed 兼当床用的沙发。 The lathe doesn't function well. 这台车床有毛病。 function digit [letter] 【计算机】操作数码[字码]。
"查查词典"手机版
千万人都在用的超大词汇词典翻译APP
例句与用法
For platform invoke , a delegate is marshaled as an unmanaged function pointer by default 对于平台调用,默认情况下委托作为非托管函数指针进行封送。
Call getprocaddress to obtain a function pointer to each exported function that the application wants to call 获得应用要调用的每个输出函数的指针。
Unlike function pointers however , delegates are object - oriented , type - safe , and secure 但与函数指针不同的是,委托是面向对象的、类型安全的和保险的。
An unmanaged function pointer is also a traditional c pointer that refers to the address of a function 非托管函数指针也是传统c + +指针,指向函数的地址。
Delegates are similar to function pointers in c ; however , delegates are type - safe and secure 委托类似于c + +中的函数指针;但是,委托是类型安全和可靠的。
Shows examples of how a managed delegate can be marshaled to a function pointer in unmanaged code 演示如何将托管委托封送为非托管代码中的函数指针的示例。
Note that the parameter marshaler can also marshal function pointers to delegates in version 2 . 0 注意,在2 . 0版中,参数封送拆收器还可将函数指针封送给委托。
Object is kept alive as long as the unmanaged function pointer is in use 若要抵消意外的垃圾回收的影响,调用方必须确保在使用非托管函数指针的任何情况下都要将
Delegates : c delegates are roughly similar to function pointers in c , are type - safe and secure 委托: c #委托大致类似于c + +中的函数指针,是类型安全和可靠的。
When the unmanaged component tries to call on the function pointer , it generates an access violation 当非托管组件尝试对该函数指针发出调用时,会产生访问冲突。