Check out example codes for "how to exit application c# console". It will help you in understanding the concepts better.
Code Example 1
System.Environment.Exit(0);
// or
Environment.Exit(0);
Code Example 2
System.Envrionment.Exit(0);
//or
Envrionment.Exit(0);
Learn ReactJs, React Native from akashmittal.com