C# Class XnaBuildContent.BuildContentTool

Inheritance: ITool, IProcessCommandLine
Afficher le fichier Open project: jlyonsmith/XnaBuildContent Class Usage Examples

Private Properties

Свойство Type Description
FindNewestAssemblyWriteTime System.DateTime
IsCompileRequired bool
LoadCompilerClasses List
PrepareBuildTargets List
SafeExecute void

Méthodes publiques

Méthode Description
BuildContentTool ( IOutputter outputter ) : System
Execute ( ) : void
ParseCommandLineFilePath ( string value ) : ToolBelt.ParsedPath
ProcessCommandLine ( string args ) : void

Private Methods

Méthode Description
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

Method Details

BuildContentTool() public méthode

public BuildContentTool ( IOutputter outputter ) : System
outputter IOutputter
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

ParseCommandLineFilePath() public static méthode

public static ParseCommandLineFilePath ( string value ) : ToolBelt.ParsedPath
value string
Résultat ToolBelt.ParsedPath

ProcessCommandLine() public méthode

public ProcessCommandLine ( string args ) : void
args string
Résultat void