C# Class Terraria.ModLoader.Setup.FormatTask

Inheritance: Task
Mostrar archivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Properties

Property Type Description
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
tModLoaderFormat ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

Public Methods

Method 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 method

public ConfigurationDialog ( ) : bool
return bool

Format() public static method

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

FormatCode() public static method

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

FormatTask() public method

public FormatTask ( ITaskInterface taskInterface, CSharpFormattingOptions format ) : System
taskInterface ITaskInterface
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
return System

Run() public method

public Run ( ) : void
return void

Property Details

format public_oe property

public CSharpFormattingOptions,ICSharpCode.NRefactory.CSharp format
return ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

tModLoaderFormat public_oe static_oe property

public static CSharpFormattingOptions,ICSharpCode.NRefactory.CSharp tModLoaderFormat
return ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions