C# Class Terraria.ModLoader.Setup.FormatTask

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

Méthodes publiques

Свойство Type Description
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
tModLoaderFormat ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

Méthodes publiques

Méthode Description
ConfigurationDialog ( ) : bool
Format ( string path, CSharpFormattingOptions options, CancellationToken ct ) : void
FormatCode ( string text, CSharpFormattingOptions options, CancellationToken ct ) : string
FormatTask ( ITaskInterface taskInterface, CSharpFormattingOptions format ) : System
Run ( ) : void

Method Details

ConfigurationDialog() public méthode

public ConfigurationDialog ( ) : bool
Résultat bool

Format() public static méthode

public static Format ( string path, CSharpFormattingOptions options, CancellationToken ct ) : void
path string
options ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
ct System.Threading.CancellationToken
Résultat void

FormatCode() public static méthode

public static FormatCode ( string text, CSharpFormattingOptions options, CancellationToken ct ) : string
text string
options ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
ct System.Threading.CancellationToken
Résultat string

FormatTask() public méthode

public FormatTask ( ITaskInterface taskInterface, CSharpFormattingOptions format ) : System
taskInterface ITaskInterface
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

format public_oe property

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

tModLoaderFormat public_oe static_oe property

public static CSharpFormattingOptions,ICSharpCode.NRefactory.CSharp tModLoaderFormat
Résultat ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions