C# 클래스 XnaBuildContent.BuildContentTool

상속: ITool, IProcessCommandLine
파일 보기 프로젝트 열기: jlyonsmith/XnaBuildContent 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindNewestAssemblyWriteTime System.DateTime
IsCompileRequired bool
LoadCompilerClasses List
PrepareBuildTargets List
SafeExecute void

공개 메소드들

메소드 설명
BuildContentTool ( IOutputter outputter ) : System
Execute ( ) : void
ParseCommandLineFilePath ( string value ) : ToolBelt.ParsedPath
ProcessCommandLine ( string args ) : void

비공개 메소드들

메소드 설명
FindNewestAssemblyWriteTime ( List compilerClasses ) : System.DateTime
IsCompileRequired ( IList inputFiles, IList outputFiles ) : bool
LoadCompilerClasses ( ItemGroup itemGroup, PropertyGroup propGroup ) : List
PrepareBuildTargets ( List rawTargets, ItemGroup globalItems, PropertyGroup globalProps ) : List
SafeExecute ( ) : void

메소드 상세

BuildContentTool() 공개 메소드

public BuildContentTool ( IOutputter outputter ) : System
outputter IOutputter
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ParseCommandLineFilePath() 공개 정적인 메소드

public static ParseCommandLineFilePath ( string value ) : ToolBelt.ParsedPath
value string
리턴 ToolBelt.ParsedPath

ProcessCommandLine() 공개 메소드

public ProcessCommandLine ( string args ) : void
args string
리턴 void