C# Class Protogame.ErrorProtection

Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
RunEarly ( System.Action entryPoint ) : void
RunMain ( IErrorReport errorReport, System.Action entryPoint ) : void

Method Details

RunEarly() public static method

public static RunEarly ( System.Action entryPoint ) : void
entryPoint System.Action
return void

RunMain() public static method

public static RunMain ( IErrorReport errorReport, System.Action entryPoint ) : void
errorReport IErrorReport
entryPoint System.Action
return void