finalizer是什么意思,finalizer怎么读 语音:
英音  ['faɪnəlaɪzər] 
美音  ['faɪnəlaɪzər] 
finalizer 基本解释
定稿人
中文词源
finalizer 用法和例句提示:点击例句中的单词,就可以看到词义解释
提示:点击例句中的单词,就可以看到词义解释
This behavior ensures process integrity if the finalizer cannot free or destroy resources .
如果终结器无法释放或销毁资源,此行为可以确保进程完整性。
This imposes constraints on what code can be written within the finalizer 's call graph .
这样便对在终结器调用关系图中可以写哪些代码设置了约束。
Exceptions that are thrown from a finalizer method will not be caught , and can cause unexpected results .
从终结器方法引发的异常不会被捕捉到,并且会导致无法预料的结果。
Recycling can clean up resources on the finalizer thread , it is still important to put cleanup code in the correct place .
回收可以清理终结器线程的资源,将清除代码位置在正确的位置仍很重要。
When using any external state , such as writing to a log file , in a finalizer , threading issues must be handled .
在终结器中使用任何外部状态时,如向日志文件写入,必须处理线程处理问题。