last reference的意思
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。