C# 클래스 PatchworkLauncher.LaunchManager

파일 보기 프로젝트 열기: GregRos/Patchwork 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyInstructions void
Command_Display_Error DialogResult
Command_Display_Patching_Error void
Command_Display_Warning DialogResult
Command_SetGameFolder_Dialog bool
GroupPatches IEnumerable
TryOpenIcon Image

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Command_ChangeFolder() 공개 메소드

public Command_ChangeFolder ( ) : void
리턴 void

Command_Dialog_AddPatch() 공개 메소드

public Command_Dialog_AddPatch ( IWin32Window owner ) : void
owner IWin32Window
리턴 void

Command_Direct_AddPatch() 공개 메소드

public Command_Direct_AddPatch ( string path, bool isEnabled ) : PatchInstruction
path string
isEnabled bool
리턴 PatchInstruction

Command_ExitApplication() 공개 메소드

public Command_ExitApplication ( ) : void
리턴 void

Command_Launch() 공개 메소드

public Command_Launch ( ) : void
리턴 void

Command_Launch_Modded() 공개 메소드

public Command_Launch_Modded ( ) : void
리턴 void

Command_MovePatch() 공개 메소드

public Command_MovePatch ( int index, int offset ) : int
index int
offset int
리턴 int

Command_OpenMods() 공개 메소드

public Command_OpenMods ( ) : guiMods
리턴 guiMods

Command_Open_Readme() 공개 메소드

public Command_Open_Readme ( ) : void
리턴 void

Command_Patch() 공개 메소드

public Command_Patch ( ) : Task
리턴 Task

Command_Start() 공개 메소드

public Command_Start ( ) : guiHome
리턴 guiHome

Command_TestRun() 공개 메소드

public Command_TestRun ( ) : void
리턴 void

LaunchManager() 공개 메소드

public LaunchManager ( ) : System
리턴 System