C# 클래스 Terraria.TerraCustom.Setup.FormatTask

상속: Task
파일 보기 프로젝트 열기: JavidPack/TerraCustom

공개 프로퍼티들

프로퍼티 타입 설명
TerraCustomFormat ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions
format ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

공개 메소드들

메소드 설명
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

메소드 상세

ConfigurationDialog() 공개 메소드

public ConfigurationDialog ( ) : bool
리턴 bool

Format() 공개 정적인 메소드

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

FormatCode() 공개 정적인 메소드

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

FormatTask() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

TerraCustomFormat 공개적으로 정적으로 프로퍼티

public static CSharpFormattingOptions,ICSharpCode.NRefactory.CSharp TerraCustomFormat
리턴 ICSharpCode.NRefactory.CSharp.CSharpFormattingOptions

format 공개적으로 프로퍼티

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