点击或拖拽改变大小

Functions._Quit 方法

X#
Terminate application processing, close all open files, and return control to the operating system.

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION _Quit() AS VOID
查看代码
备注
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.
参见