C# Class Microsoft.Silverlight.Toolkit.Build.Tasks.MsilRebuildTask

Inheritance: Microsoft.Build.Utilities.Task
Mostrar archivo Open project: garyjohnson/wpnest

Private Properties

Property Type Description
Execute bool
GetTool string

Public Methods

Method Description
MsilRebuildTask ( ) : System

Initializes a new instance of the MsilRebuildTask.

Private Methods

Method Description
Execute ( ) : bool
GetTool ( string name, bool isSdk ) : string

Retrieves the location of a .NET Framework tool.

Method Details

MsilRebuildTask() public method

Initializes a new instance of the MsilRebuildTask.
public MsilRebuildTask ( ) : System
return System