C# Class Terraria.ModLoader.Setup.PatchTask

Inheritance: Task
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Свойство Type Description
baseDir string
cutoff ProgramSetting
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
patchDir string
srcDir string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CallPatch ( string patchText, string srcFile ) : void
Log ( string text ) : void
Patch ( string relPath ) : void
PreparePatch ( string patchText ) : string

Method Details

Failed() public méthode

public Failed ( ) : bool
Résultat bool

FinishedDialog() public méthode

public FinishedDialog ( ) : void
Résultat void

PatchTask() public méthode

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
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

StartupWarning() public méthode

public StartupWarning ( ) : bool
Résultat bool

Warnings() public méthode

public Warnings ( ) : bool
Résultat bool

Property Details

baseDir public_oe property

public string baseDir
Résultat string

cutoff public_oe property

public ProgramSetting cutoff
Résultat ProgramSetting

format public_oe property

public CSharpFormattingOptions,ICSharpCode.NRefactory.CSharp format
Résultat ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

patchDir public_oe property

public string patchDir
Résultat string

srcDir public_oe property

public string srcDir
Résultat string