C# Class Microsoft.Build.Tasks.Cpp.LIB

Inheritance: ToolTaskExtension
显示文件 Open project: mono-soc-2011/mono

Private Properties

Property Type Description
AddCommandLineCommands void
HandleTaskExecutionErrors bool
ListHasNoDuplicateItems bool
ValidateParameters bool

Public Methods

Method Description
LIB ( ) : System

Protected Methods

Method Description
GenerateFullPathToTool ( ) : string

Private Methods

Method Description
AddCommandLineCommands ( CommandLineBuilderExtension commandLine ) : void
HandleTaskExecutionErrors ( ) : bool
ListHasNoDuplicateItems ( ITaskItem itemList, string parameterName ) : bool
ValidateParameters ( ) : bool

Method Details

GenerateFullPathToTool() protected method

protected GenerateFullPathToTool ( ) : string
return string

LIB() public method

public LIB ( ) : System
return System