Server.Core.Kill C# (CSharp) Méthode

Kill() public static méthode

public static Kill ( bool restart ) : void
restart bool
Résultat void
        public static void Kill( bool restart )
        {
            HandleClosed();

            if ( restart )
                Process.Start( ExePath, Arguments );

            m_Process.Kill();
        }

Same methods

Core::Kill ( ) : void