Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Indicates the possible modes for shutdown of the Launcher.

Namespace: Visual3D.Application
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public enum ShutdownMode
Public Enumeration ShutdownMode

Members

MemberValueDescription
NormalTermination0
Normal Shutdown; no restart.
RequestingRestart1
Request to Restart this Component.
FailedLaunch2
Application failed to Start. No restart.
RunInBackground3
Application has been started from external UI thread and keep running after Run method has been done it's work

See Also