C# Class FluentBuild.Utilities.FrameworkVersion

The .NET Framework version
Inheritance: IFrameworkVersion
Mostrar archivo Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Properties

Property Type Description
Mono IFrameworkVersion
NET2_0 IFrameworkVersion
NET3_0 IFrameworkVersion
NET3_5 IFrameworkVersion
NET4_0 DesktopFrameworkType
NET4_5 IFrameworkVersion

Public Methods

Method Description
GetPathToFrameworkInstall ( ) : string
GetPathToSdk ( ) : string
IsFrameworkInstalled ( ) : bool
ToString ( ) : string

Private Methods

Method Description
FrameworkVersion ( string friendlyName, IFrameworkFinder frameworkFinder ) : System

Method Details

GetPathToFrameworkInstall() public method

public GetPathToFrameworkInstall ( ) : string
return string

GetPathToSdk() public method

public GetPathToSdk ( ) : string
return string

IsFrameworkInstalled() public method

public IsFrameworkInstalled ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Mono public_oe static_oe property

public static IFrameworkVersion Mono
return IFrameworkVersion

NET2_0 public_oe static_oe property

public static IFrameworkVersion NET2_0
return IFrameworkVersion

NET3_0 public_oe static_oe property

public static IFrameworkVersion NET3_0
return IFrameworkVersion

NET3_5 public_oe static_oe property

public static IFrameworkVersion NET3_5
return IFrameworkVersion

NET4_0 public_oe static_oe property

public static DesktopFrameworkType,FluentBuild.Utilities NET4_0
return DesktopFrameworkType

NET4_5 public_oe static_oe property

public static IFrameworkVersion NET4_5
return IFrameworkVersion