C# Class Microsoft.Build.Tasks.GenerateResource

Inheritance: Microsoft.Build.Tasks.TaskExtension
显示文件 Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
CompileResourceFile bool
GetReader IResourceReader
GetWriter IResourceWriter
IsFileNewerThan bool
IsResgenRequired bool

Public Methods

Method Description
Execute ( ) : bool
GenerateResource ( ) : System

Private Methods

Method Description
CompileResourceFile ( string sname, string dname ) : bool
GetReader ( Stream stream, string name ) : IResourceReader
GetWriter ( Stream stream, string name ) : IResourceWriter
IsFileNewerThan ( string first, string second ) : bool
IsResgenRequired ( string resx_filename, string resources_filename ) : bool

Method Details

Execute() public method

public Execute ( ) : bool
return bool

GenerateResource() public method

public GenerateResource ( ) : System
return System