C# 클래스 AvalonStudio.Toolchains.Clang.ArmGCCLinkTemplateBase

파일 보기 프로젝트 열기: VitalElement/AvalonStudio

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ClearIndent ( ) : void

Remove any indentation

Error ( string message ) : void

Raise an error

PopIndent ( ) : string

Remove the last indent that was added with PushIndent

PushIndent ( string indent ) : void

Increase the indent

Warning ( string message ) : void

Raise a warning

Write ( string textToAppend ) : void

Write text directly into the generated output

WriteLine ( string textToAppend ) : void

Write text directly into the generated output

메소드 상세

ClearIndent() 공개 메소드

Remove any indentation
public ClearIndent ( ) : void
리턴 void

Error() 공개 메소드

Raise an error
public Error ( string message ) : void
message string
리턴 void

PopIndent() 공개 메소드

Remove the last indent that was added with PushIndent
public PopIndent ( ) : string
리턴 string

PushIndent() 공개 메소드

Increase the indent
public PushIndent ( string indent ) : void
indent string
리턴 void

Warning() 공개 메소드

Raise a warning
public Warning ( string message ) : void
message string
리턴 void

Write() 공개 메소드

Write text directly into the generated output
public Write ( string textToAppend ) : void
textToAppend string
리턴 void

WriteLine() 공개 메소드

Write text directly into the generated output
public WriteLine ( string textToAppend ) : void
textToAppend string
리턴 void