终止代码 meaning in Chinese
termination code
Examples
- To prevent the finalization code from executing a second time
以防止终止代码执行第二次。 - End statement to terminate code execution if the user requests it
语句终止代码执行(如果用户请求这样做) 。 - Ensures that all finalization code in derived classes is marked as critical
确保派生类中的所有终止代码均标记为关键。 - C uses destructors as the mechanism for writing finalization code , as described in
C #将析构函数用作编写终止代码的机制,如 - Override this method to add custom finalization code to objects when just - in - time compiled code or object pooling is used
重写该方法以在使用实时( jit )编译代码或对象池时向对象添加自定义终止代码。