C# 클래스 Microsoft.Silverlight.Toolkit.Build.Tasks.NetFramework4Check

Checks for the existance of the installed .NET Framework 4 version through a very simplistic directory-based search.
상속: Microsoft.Build.Utilities.Task
파일 보기 프로젝트 열기: garyjohnson/wpnest

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ) : bool

Checks for .NET 4.

NetFramework4Check ( ) : System

Initializes a new instance of the NetFramework4Check class.

메소드 상세

Execute() 공개 메소드

Checks for .NET 4.
public Execute ( ) : bool
리턴 bool

NetFramework4Check() 공개 메소드

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