C# 클래스 Terraria.ModLoader.Setup.PatchTask

상속: Task
파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
baseDir string
cutoff ProgramSetting
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
patchDir string
srcDir string

공개 메소드들

메소드 설명
Failed ( ) : bool
FinishedDialog ( ) : void
PatchTask ( ITaskInterface taskInterface, string baseDir, string srcDir, string patchDir, ProgramSetting cutoff, CSharpFormattingOptions format = null ) : System
Run ( ) : void
StartupWarning ( ) : bool
Warnings ( ) : bool

비공개 메소드들

메소드 설명
CallPatch ( string patchText, string srcFile ) : void
Log ( string text ) : void
Patch ( string relPath ) : void
PreparePatch ( string patchText ) : string

메소드 상세

Failed() 공개 메소드

public Failed ( ) : bool
리턴 bool

FinishedDialog() 공개 메소드

public FinishedDialog ( ) : void
리턴 void

PatchTask() 공개 메소드

public PatchTask ( ITaskInterface taskInterface, string baseDir, string srcDir, string patchDir, ProgramSetting cutoff, CSharpFormattingOptions format = null ) : System
taskInterface ITaskInterface
baseDir string
srcDir string
patchDir string
cutoff ProgramSetting
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

StartupWarning() 공개 메소드

public StartupWarning ( ) : bool
리턴 bool

Warnings() 공개 메소드

public Warnings ( ) : bool
리턴 bool

프로퍼티 상세

baseDir 공개적으로 프로퍼티

public string baseDir
리턴 string

cutoff 공개적으로 프로퍼티

public ProgramSetting cutoff
리턴 ProgramSetting

format 공개적으로 프로퍼티

public CSharpFormattingOptions,ICSharpCode.NRefactory.CSharp format
리턴 ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

patchDir 공개적으로 프로퍼티

public string patchDir
리턴 string

srcDir 공개적으로 프로퍼티

public string srcDir
리턴 string