C# Класс FluentBuild.FrameworkFinders.DefaultFinder

Default abstract finder class. Used to do common work for finding frameworks.
Наследование: IFrameworkFinder
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
DefaultFinder ( ) : System.Collections.Generic
DefaultFinder ( IRegistryKeyValueFinder finder ) : System.Collections.Generic

Описание методов

DefaultFinder() защищенный Метод

protected DefaultFinder ( ) : System.Collections.Generic
Результат System.Collections.Generic

DefaultFinder() защищенный Метод

protected DefaultFinder ( IRegistryKeyValueFinder finder ) : System.Collections.Generic
finder IRegistryKeyValueFinder
Результат System.Collections.Generic

PathToFrameworkInstall() публичный Метод

Seaches the registry for a given framework and determines the most accurate physical path to the framework
public PathToFrameworkInstall ( ) : string
Результат string

PathToSdk() публичный Метод

Seaches the registry for a given framework and determines the most accurate physical path to the SDK
public PathToSdk ( ) : string
Результат string