Get System Exit Code : Environment Setting « Windows System « VB.Net
- VB.Net
- Windows System
- Environment Setting
Get System Exit Code

Imports System
Public Class MainClass
Shared Sub Main()
Console.WriteLine("ExitCode: " & System.Environment.ExitCode )
End Sub
End Class
Related examples in the same category