Operators.exit<'T> Function (F#)
Visual Studio 2012
Exit the current hardware isolated process, if security settings permit, otherwise raise an exception. Calls Exit.
Namespace/Module Path: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: exit : int -> 'T // Usage: exit exitcode
This function is named [Exit] in compiled assemblies. If you are accessing the function from a language other than F#, or through reflection, use this name.