Functions._Quit 方法 | |
Terminate application processing, close all open files, and return control to the operating system.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 public static void _Quit()
查看代码备注 This function can be used from anywhere in an application.
A RETURN executed from the Start() function can also be used to QUIT an application.
参见