C# Class Microsoft.Build.Tasks.Resgen

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

Public Methods

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

Protected Methods

Method Description
AddCommandLineCommands ( Microsoft.Build.Tasks.CommandLineBuilderExtension commandLine ) : void
GenerateFullPathToTool ( ) : string

Method Details

AddCommandLineCommands() protected method

protected AddCommandLineCommands ( Microsoft.Build.Tasks.CommandLineBuilderExtension commandLine ) : void
commandLine Microsoft.Build.Tasks.CommandLineBuilderExtension
return void

Execute() public method

public Execute ( ) : bool
return bool

GenerateFullPathToTool() protected method

protected GenerateFullPathToTool ( ) : string
return string

Resgen() public method

public Resgen ( ) : System
return System