Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub Quit() |
C# | |
---|---|
public abstract void Quit() |
C++/CLI | |
---|---|
public: abstract void Quit(); |
This method causes the application to exit. The current setup is saved in the Current.setx file, and the hardware configuration is saved as well. The contents of unsaved data registers is lost.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)