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

Checks for the existance of the installed .NET Framework 4 version through a very simplistic directory-based search.
Inheritance: Microsoft.Build.Utilities.Task
Datei anzeigen Open project: garyjohnson/wpnest

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : bool

Checks for .NET 4.

NetFramework4Check ( ) : System

Initializes a new instance of the NetFramework4Check class.

Method Details

Execute() public method

Checks for .NET 4.
public Execute ( ) : bool
return bool

NetFramework4Check() public method

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