GenerateFullPathToTool Method

MSBuild

Gets the standard installation path of ILMerge.exe.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function GenerateFullPathToTool() As String
C#
protected override string GenerateFullPathToTool()
C++
protected:
 virtual String GenerateFullPathToTool() override 
J#
protected override string GenerateFullPathToTool()
JScript
protected override  function GenerateFullPathToTool() : String

Return Value

Returns [ProgramFiles]\Microsoft\ILMerge.exe.

Remarks

If ILMerge is not installed at its standard installation path, provide its location to ToolPath.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.