C# Class Protogame.ErrorProtection

Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
RunEarly ( System.Action entryPoint ) : void
RunMain ( IErrorReport errorReport, System.Action entryPoint ) : void

Method Details

RunEarly() public static méthode

public static RunEarly ( System.Action entryPoint ) : void
entryPoint System.Action
Résultat void

RunMain() public static méthode

public static RunMain ( IErrorReport errorReport, System.Action entryPoint ) : void
errorReport IErrorReport
entryPoint System.Action
Résultat void