last reference信息详情
上次引用
reference───vt.引用;vi.引用;n.参考,参照;涉及,提及;参考书目;介绍信;证明书
reference standard───[经管]参考标准
buyers reference───买家参考
reference books───参考书目;[图情]参考书;工具书(referencebook的复数)
reference libraries───n.参考书阅览室( reference library的名词复数 )
glut reference───过剩参考
demonstrative reference───指示指称;指示照应
reference materials───参考物质
last───n.(Last)(美、德)拉斯特(人名);adj.最后的;最近的,上一次的;最终的;最不可能的;最差的;仅存的;adv.最近,上次;最后;n.鞋楦;末尾;pron.最后的人或事物;最近发生的事情;最终;v.持续;持久;继续任职;存活;(供给、资源)足够(某人)用一段时间
If object B was not owned by anyone else, this is its last reference count which means this last unref runs B's dispose handler which, in turn, releases B's reference on object A.───如果对象B已经不被其他所占有,这就是最后一次由B的处理函数进行的引用计数,释放在对象A上的引用。
To avoid dangling Pointers (the dangerous situation where a block of memory is freed but a pointer still references it), you must delete the object only after the last reference is released.───为了避免悬空指针(一种危险的情况,即一块内存已经被释放了,而一个指针还在引用它),必须在最后的引用释放之后才删除对象。
When the last reference to a data structure is released, it may be freed because it is not needed anymore, but not necessarily.───当一个数据结构的最后参考被发布, 它可能被释放, 因为它再也不被需要,但是也不是必然的。
When the last reference to an instance is released and the count goes to zero, the object is terminated immediately.───当释放实例的最后一个引用时,计数变为0,对象被立即终止。
When the last client releases its last reference, the object can delete itself.───当最后一个客户端释放其最后一个引用时,对象可以将自身删除。
Always call Close or Dispose before you release your last reference to the SafeHandle object.───在释放上次对SafeHandle对象的引用之前,应始终调用Close或Dispose。