C# Class PatchworkLauncher.LaunchManager

Afficher le fichier Open project: GregRos/Patchwork Class Usage Examples

Private Properties

Свойство Type Description
ApplyInstructions void
Command_Display_Error DialogResult
Command_Display_Patching_Error void
Command_Display_Warning DialogResult
Command_SetGameFolder_Dialog bool
GroupPatches IEnumerable
TryOpenIcon Image

Méthodes publiques

Méthode Description
Command_ChangeFolder ( ) : void
Command_Dialog_AddPatch ( IWin32Window owner ) : void
Command_Direct_AddPatch ( string path, bool isEnabled ) : PatchInstruction
Command_ExitApplication ( ) : void
Command_Launch ( ) : void
Command_Launch_Modded ( ) : void
Command_MovePatch ( int index, int offset ) : int
Command_OpenMods ( ) : guiMods
Command_Open_Readme ( ) : void
Command_Patch ( ) : Task
Command_Start ( ) : guiHome
Command_TestRun ( ) : void
LaunchManager ( ) : System

Private Methods

Méthode Description
ApplyInstructions ( IEnumerable patchGroups, ProgressObject po ) : void
Command_Display_Error ( string tryingToDoWhat, string objectsThatFailed = null, Exception ex = null, string message = null ) : DialogResult
Command_Display_Patching_Error ( PatchingProcessException ex ) : void
Command_Display_Warning ( string text ) : DialogResult
Command_SetGameFolder_Dialog ( string warning ) : bool
GroupPatches ( IEnumerable instrs ) : IEnumerable
TryOpenIcon ( FileInfo iconFile ) : Image

Method Details

Command_ChangeFolder() public méthode

public Command_ChangeFolder ( ) : void
Résultat void

Command_Dialog_AddPatch() public méthode

public Command_Dialog_AddPatch ( IWin32Window owner ) : void
owner IWin32Window
Résultat void

Command_Direct_AddPatch() public méthode

public Command_Direct_AddPatch ( string path, bool isEnabled ) : PatchInstruction
path string
isEnabled bool
Résultat PatchInstruction

Command_ExitApplication() public méthode

public Command_ExitApplication ( ) : void
Résultat void

Command_Launch() public méthode

public Command_Launch ( ) : void
Résultat void

Command_Launch_Modded() public méthode

public Command_Launch_Modded ( ) : void
Résultat void

Command_MovePatch() public méthode

public Command_MovePatch ( int index, int offset ) : int
index int
offset int
Résultat int

Command_OpenMods() public méthode

public Command_OpenMods ( ) : guiMods
Résultat guiMods

Command_Open_Readme() public méthode

public Command_Open_Readme ( ) : void
Résultat void

Command_Patch() public méthode

public Command_Patch ( ) : Task
Résultat Task

Command_Start() public méthode

public Command_Start ( ) : guiHome
Résultat guiHome

Command_TestRun() public méthode

public Command_TestRun ( ) : void
Résultat void

LaunchManager() public méthode

public LaunchManager ( ) : System
Résultat System