終結器 的英文怎麼說

中文拼音 [zhōngjiē]
終結器 英文
finalizer
  • : Ⅰ名詞1 (最後; 末了) end; ending; finish 2 (指人死) death; end 3 (姓氏) a surname Ⅱ形容詞(...
  • : 結動詞(長出果實或種子) bear (fruit); form (seed)
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 終結 : finality; final; end; final stage; wind up; end up終結符 terminal symbol; termination symbol; 終...
  1. Finalizers are expressed using destructor syntax

    使用析構函數語法表示終結器
  2. Do not use a static mutable state in a finalizer

    不要在終結器中使用靜態可變狀態。
  3. Handle can still be resurrected in the finalizer

    句柄仍可以在終結器中再次出現。
  4. Upon allocation, the finalizer and its call graph are prepared in advance

    進行分配時,終結器及其調用關系圖是事先準備好的。
  5. You cannot depend on finalizers or destructors or

    不能依賴于終結器、析構函數或
  6. Assuming they do not have a finalizer but rely on

    后,假定類沒有終結器而是依賴
  7. The thread on which the finalizer is run is unspecified

    運行終結器的線程是未指定的。
  8. This prevents the finalizer from reclaiming other objects

    這會阻止終結器回收其他對象。
  9. Guarantees that garbage collection will execute the finalizer

    保證垃圾回收會執行終結器
  10. The finalizer does not release any unmanaged resources

    終結器不會釋放任何非託管資源。
  11. In c, finalizers are expressed using destructor syntax

    在c #中,使用析構函數語法表示終結器
  12. If a server application were to open a new database connection for each request and then just drop it on the floor when done, the database would likely reach its capacity long before the no - longer - needed connections were closed by the finalizer

    如果服務應用程序為每個請求都打開一個新的數據庫連接,然後用完之後就不管了,那麼數據庫遠遠未到終結器關閉不再需要的連接,就會到達它的最高容量。
  13. Class, the common language runtime guarantees that all critical finalization code will be given the opportunity to execute, provided the finalizer follows the rules for a cer, even in situations where the clr forcibly unloads an application domain or aborts a thread

    類派生的類中,公共語言運行庫( clr )保證所有關鍵止代碼都有機會執行,即使是在clr強行卸載應用程序域或中止線程的情況中(只要終結器遵守cer的規則) 。
  14. Ensure finalizers are free of synchronization problems

    確保終結器沒有同步問題
  15. Finalizers must be free of synchronization problems

    終結器必須沒有同步問題。
  16. A thread that is used to run object finalizers

    用來運行對象終結器的線程。
  17. Specifies that the common language runtime exit the process without running finalizers, and without running logging operations

    指定公共語言運行庫退出進程,無需運行終結器,也無需執行記錄操作。
  18. Specifies that the common language runtime exit the process immediately, without running finalizers or performing cleanup and logging operations

    指定公共語言運行庫立即退出該進程,無需運行終結器或執行清理和記錄操作。
  19. Blocks or finalizers being executed, so it is important to abstract all operating system resource access through the

    塊或終結器的執行,因此,通過
  20. Do not use thread local storage, managed or native, to store state on the finalizer thread

    不要使用線程本地存儲區(託管或本機)來存儲終結器線程的狀態。
分享友人