C# Класс Terraria.ModLoader.Setup.Task

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
progress int
taskInterface ITaskInterface

Открытые методы

Метод Описание
ConfigurationDialog ( ) : bool

Display a configuration dialog. Return false if the operation should be cancelled.

Copy ( string from, string to ) : void
CreateDirectory ( string dir ) : void
CreateParentDirectory ( string path ) : void
Failed ( ) : bool

Will prevent successive tasks from executing and cause FinishedDialog to be called

FinishedDialog ( ) : void

Called to display a finished dialog if Failures() || warnings are not supressed and Warnings()

RelPath ( string basePath, string path ) : string
Run ( ) : void

Run the task, any exceptions thrown will be written to a log file and update the status label with the exception message

StartupWarning ( ) : bool

Display a startup warning dialog

Warnings ( ) : bool

Will cause FinishedDialog to be called if warnings are not supressed

Защищенные методы

Метод Описание
ExecuteParallel ( List items, bool resetProgress = true, int maxDegree ) : void
Task ( ITaskInterface taskInterface ) : System

Описание методов

ConfigurationDialog() публичный Метод

Display a configuration dialog. Return false if the operation should be cancelled.
public ConfigurationDialog ( ) : bool
Результат bool

Copy() публичный статический Метод

public static Copy ( string from, string to ) : void
from string
to string
Результат void

CreateDirectory() публичный статический Метод

public static CreateDirectory ( string dir ) : void
dir string
Результат void

CreateParentDirectory() публичный статический Метод

public static CreateParentDirectory ( string path ) : void
path string
Результат void

ExecuteParallel() защищенный Метод

protected ExecuteParallel ( List items, bool resetProgress = true, int maxDegree ) : void
items List
resetProgress bool
maxDegree int
Результат void

Failed() публичный Метод

Will prevent successive tasks from executing and cause FinishedDialog to be called
public Failed ( ) : bool
Результат bool

FinishedDialog() публичный Метод

Called to display a finished dialog if Failures() || warnings are not supressed and Warnings()
public FinishedDialog ( ) : void
Результат void

RelPath() публичный статический Метод

public static RelPath ( string basePath, string path ) : string
basePath string
path string
Результат string

Run() публичный абстрактный Метод

Run the task, any exceptions thrown will be written to a log file and update the status label with the exception message
public abstract Run ( ) : void
Результат void

StartupWarning() публичный Метод

Display a startup warning dialog
public StartupWarning ( ) : bool
Результат bool

Task() защищенный Метод

protected Task ( ITaskInterface taskInterface ) : System
taskInterface ITaskInterface
Результат System

Warnings() публичный Метод

Will cause FinishedDialog to be called if warnings are not supressed
public Warnings ( ) : bool
Результат bool

Описание свойств

progress защищенное свойство

protected int progress
Результат int

taskInterface защищенное свойство

protected ITaskInterface taskInterface
Результат ITaskInterface