C# Class FluentBuild.Utilities.DesktopFrameworkType

Indicates if the type is client or full (used in .NET 4.0 and higher)
Mostrar archivo Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
DesktopFrameworkType ( IFrameworkFinder clientFinder, IFrameworkFinder fullFinder ) : System

Method Details

DesktopFrameworkType() public method

public DesktopFrameworkType ( IFrameworkFinder clientFinder, IFrameworkFinder fullFinder ) : System
clientFinder IFrameworkFinder
fullFinder IFrameworkFinder
return System