C# 클래스 Playroom.BuildContext

파일 보기 프로젝트 열기: jlyonsmith/Playroom

Private Properties

프로퍼티 타입 설명
LoadCompilerClasses void

공개 메소드들

메소드 설명
BuildContext ( String properties, ToolBelt.ParsedPath contentFilePath ) : System
WriteError ( string format ) : void
WriteMessage ( string format ) : void
WriteWarning ( string format ) : void

비공개 메소드들

메소드 설명
LoadCompilerClasses ( ) : void

메소드 상세

BuildContext() 공개 메소드

public BuildContext ( String properties, ToolBelt.ParsedPath contentFilePath ) : System
properties String
contentFilePath ToolBelt.ParsedPath
리턴 System

WriteError() 공개 메소드

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

WriteMessage() 공개 메소드

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

WriteWarning() 공개 메소드

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