C# Class FluentBuild.FrameworkFinders.DefaultFinder

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DefaultFinder ( ) : System.Collections.Generic
DefaultFinder ( IRegistryKeyValueFinder finder ) : System.Collections.Generic

Method Details

DefaultFinder() protected méthode

protected DefaultFinder ( ) : System.Collections.Generic
Résultat System.Collections.Generic

DefaultFinder() protected méthode

protected DefaultFinder ( IRegistryKeyValueFinder finder ) : System.Collections.Generic
finder IRegistryKeyValueFinder
Résultat System.Collections.Generic

PathToFrameworkInstall() public méthode

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

PathToSdk() public méthode

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