C# 클래스 ServiceStack.BundlerRunOnSave.OutputWindowWriter

파일 보기 프로젝트 열기: ServiceStack/Bundler 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
OutputWindowWriter ( IServiceProvider serviceProvider, string outputWindowPaneGuid, string outputWindowPaneName ) : System
Write ( string format ) : void
WriteLine ( string format ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

OutputWindowWriter() 공개 메소드

public OutputWindowWriter ( IServiceProvider serviceProvider, string outputWindowPaneGuid, string outputWindowPaneName ) : System
serviceProvider IServiceProvider
outputWindowPaneGuid string
outputWindowPaneName string
리턴 System

Write() 공개 메소드

public Write ( string format ) : void
format string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format ) : void
format string
리턴 void