C# Class FluentBuild.FrameworkFinders.DefaultFinder

Default abstract finder class. Used to do common work for finding frameworks.
Inheritance: IFrameworkFinder
Datei anzeigen Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
PathToFrameworkInstall ( ) : string

Seaches the registry for a given framework and determines the most accurate physical path to the framework

PathToSdk ( ) : string

Seaches the registry for a given framework and determines the most accurate physical path to the SDK

Protected Methods

Method Description
DefaultFinder ( ) : System.Collections.Generic
DefaultFinder ( IRegistryKeyValueFinder finder ) : System.Collections.Generic

Method Details

DefaultFinder() protected method

protected DefaultFinder ( ) : System.Collections.Generic
return System.Collections.Generic

DefaultFinder() protected method

protected DefaultFinder ( IRegistryKeyValueFinder finder ) : System.Collections.Generic
finder IRegistryKeyValueFinder
return System.Collections.Generic

PathToFrameworkInstall() public method

Seaches the registry for a given framework and determines the most accurate physical path to the framework
public PathToFrameworkInstall ( ) : string
return string

PathToSdk() public method

Seaches the registry for a given framework and determines the most accurate physical path to the SDK
public PathToSdk ( ) : string
return string