C# 클래스 FluentBuild.FrameworkFinders.DefaultFinder

Default abstract finder class. Used to do common work for finding frameworks.
상속: IFrameworkFinder
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 메소드들

메소드 설명
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