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
Afficher le fichier Open project: garyjohnson/wpnest

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( ) : bool

Checks for .NET 4.

NetFramework4Check ( ) : System

Initializes a new instance of the NetFramework4Check class.

Method Details

Execute() public méthode

Checks for .NET 4.
public Execute ( ) : bool
Résultat bool

NetFramework4Check() public méthode

Initializes a new instance of the NetFramework4Check class.
public NetFramework4Check ( ) : System
Résultat System