マイクロソフト用語集

日本マイクロソフト株式会社

finalizer

対訳 ファイナライザー

解説
調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

Wiktionary英語版

出典:Wiktionary

finalizer

出典:『Wiktionary』 (2017/04/02 01:57 UTC 版)

別の表記

  • finaliser

語源

finalize +‎ -er

名詞

finalizer (複数形 finalizers)

  1. (programming) A function that runs when an object is garbage collected, similar to a destructor.

ウィキペディア英語版

出典:Wikipedia

Finalizer

出典:『Wikipedia』 (2011/07/17 20:39 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In object-oriented programming languages that use garbage collection, a finalizer is a special method that is executed when an object is garbage collected. It is similar in function to a destructor. In less technical terms, a finalizer is a piece of code that ensures that certain necessary actions are taken when an acquired resource (such as a file or access to a hardware device) is no longer being used. This could be closing the file or signalling to the operating system that the hardware device is no longer needed. However, as noted below, finalizers are not the preferred way to accomplish this and for the most part serve as a fail-safe.

Weblio例文辞書

英和辞典・和英辞典 - Weblio辞書

finalizer

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

finalizerのページの著作権