destructors 中文意思是什麼

destructors 解釋
析構函數
  1. Destructors are used to destruct instances of classes

    析構函數用於析構類的實例。
  2. You cannot depend on finalizers or destructors or

    不能依賴于終結器、析構函數或
  3. Destructors are also called when the program exits

    程序退出時也會調用析構函數。
  4. Managing exceptions in constructors and destructors

    管理構造函數和析構函數中的異常
  5. In new syntax, destructors go to dispose

    在新語法中,析構函數轉到dispose ( )
  6. Destructors cannot be inherited or overloaded

    無法繼承或重載析構函數。
  7. Destructors cannot be defined in structs

    不能在結構中定義析構函數。
  8. Using destructors to release resources

    使用析構函數釋放資源
  9. Adding constructors and destructors

    添加構造函數和析構函數
  10. Empty destructors should not be used

    不應使用空析構函數。
  11. A reference type that encapsulates data constants and fields and behavior methods, properties, indexers, events, operators, instance constructors, static constructors, and destructors, and can contain nested types

    一種引用類型,它封裝數據和行為,並可以包含嵌套類型,其中數據包括常數和欄位,行為包括方法、屬性、索引器、事件、運算符、實例構造函數、靜態構造函數和析構函數。
  12. The results show that heat fluxes can affect the detonator with initiators and the circle - shaped destructor and the line - shaped destructor with explosives in different ways, the detonator with initiators can explode, but circle - shaped and line - shaped destructors with explosives can not explode in hot - splitting process

    結果表明,熱流對裝有起爆藥的電起爆器和裝有猛炸藥的柱形爆炸器和線形爆炸器會產生不同的影響,電起爆器在級間分離過程中有發生爆炸的可能,而裝有猛炸藥的柱形爆炸器和線形爆炸器不會發生爆炸。
  13. Using destructors in perl usually indicates that you are still thinking like a c c programmer

    在perl中使用析構器通常表明您還在象c / c + +程序員那樣考慮問題。
  14. In effect, under the new syntax, destructors are once again paired with constructors as an automated acquisition release mechanism tied to a local object s lifetime

    實際上,在新語法下,析構函數再次與構造函數進行配對,作為綁定到本地對象生存期的自動獲取/釋放機制。
  15. Describes how constructors and destructors are called in a class hierarchy

    說明如何在類層次結構中調用構造函數和析構函數。
  16. C uses destructors as the mechanism for writing finalization code, as described in

    C #將析構函數用作編寫終止代碼的機制,如
  17. By default, vtordisp fields are introduced whenever the code defines user - defined constructors and destructors and also overrides virtual functions of virtual bases

    默認情況下,每當代碼定義用戶定義的構造函數和析構函數並且還重寫虛擬基的虛函數時,引入vtordisp欄位。
  18. Using virtual destructors helps ensure that the correct destructor is called when instances of derived classes are deleted

    使用虛析構函數幫助確保當刪除導出類的實例時調用正確的析構函數。
  19. Although they look similar, the c and c destructors do not have the same semantics as unmanaged c destructors

    盡管看起來相似,但c #和c + +析構函數的語義與未託管c + +析構函數的語義並不相同。
分享友人