C# 클래스 VortexInjectorIPC.Patches.VIGOPatch

상속: IPatch
파일 보기 프로젝트 열기: Nexus-Mods/harmony-patcher

공개 메소드들

메소드 설명
ApplyPatch ( JObject data, ProgressDelegate progress, CoreDelegates core ) : object>>.Task
IsApplied ( JObject data ) : Task
IsPatchApplicable ( JObject data, CoreDelegates core ) : object>>.Task
RemovePatch ( JObject data, ProgressDelegate progress, CoreDelegates coreDelegates ) : object>>.Task

비공개 메소드들

메소드 설명
DeployVIGO ( CoreDelegates core ) : object>>.Task
PurgeVIGO ( string vigoAssetsPath ) : void
VIGOPatch ( ) : System

메소드 상세

ApplyPatch() 공개 메소드

public ApplyPatch ( JObject data, ProgressDelegate progress, CoreDelegates core ) : object>>.Task
data JObject
progress ProgressDelegate
core CoreDelegates
리턴 object>>.Task

IsApplied() 공개 메소드

public IsApplied ( JObject data ) : Task
data JObject
리턴 Task

IsPatchApplicable() 공개 메소드

public IsPatchApplicable ( JObject data, CoreDelegates core ) : object>>.Task
data JObject
core CoreDelegates
리턴 object>>.Task

RemovePatch() 공개 메소드

public RemovePatch ( JObject data, ProgressDelegate progress, CoreDelegates coreDelegates ) : object>>.Task
data JObject
progress ProgressDelegate
coreDelegates CoreDelegates
리턴 object>>.Task