C# Class FluentBuild.Utilities.FrameworkVersion

The .NET Framework version
Inheritance: IFrameworkVersion
Afficher le fichier Open project: SkightTeam/eLiteWeb Class Usage Examples

Méthodes publiques

Свойство Type Description
Mono IFrameworkVersion
NET2_0 IFrameworkVersion
NET3_0 IFrameworkVersion
NET3_5 IFrameworkVersion
NET4_0 DesktopFrameworkType
NET4_5 IFrameworkVersion

Méthodes publiques

Méthode Description
GetPathToFrameworkInstall ( ) : string
GetPathToSdk ( ) : string
IsFrameworkInstalled ( ) : bool
ToString ( ) : string

Private Methods

Méthode Description
FrameworkVersion ( string friendlyName, IFrameworkFinder frameworkFinder ) : System

Method Details

GetPathToFrameworkInstall() public méthode

public GetPathToFrameworkInstall ( ) : string
Résultat string

GetPathToSdk() public méthode

public GetPathToSdk ( ) : string
Résultat string

IsFrameworkInstalled() public méthode

public IsFrameworkInstalled ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Mono public_oe static_oe property

public static IFrameworkVersion Mono
Résultat IFrameworkVersion

NET2_0 public_oe static_oe property

public static IFrameworkVersion NET2_0
Résultat IFrameworkVersion

NET3_0 public_oe static_oe property

public static IFrameworkVersion NET3_0
Résultat IFrameworkVersion

NET3_5 public_oe static_oe property

public static IFrameworkVersion NET3_5
Résultat IFrameworkVersion

NET4_0 public_oe static_oe property

public static DesktopFrameworkType,FluentBuild.Utilities NET4_0
Résultat DesktopFrameworkType

NET4_5 public_oe static_oe property

public static IFrameworkVersion NET4_5
Résultat IFrameworkVersion