C# Class FluentBuild.Defaults

Defaults for the fluent build runner
Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Свойство Type Description
FrameworkVersion IFrameworkVersion
OnError OnError

Méthodes publiques

Méthode Description
SetLogger ( IMessageLogger logger ) : void
SetLogger ( string logger ) : void

Private Methods

Méthode Description
Defaults ( ) : System
IsRunningOnMono ( ) : bool

Method Details

SetLogger() public static méthode

public static SetLogger ( IMessageLogger logger ) : void
logger IMessageLogger
Résultat void

SetLogger() public static méthode

public static SetLogger ( string logger ) : void
logger string
Résultat void

Property Details

FrameworkVersion public_oe static_oe property

Sets the .NET Framework version to use. The default is the highest desktop framework found.
public static IFrameworkVersion FrameworkVersion
Résultat IFrameworkVersion

OnError public_oe static_oe property

Sets the behavior of what to do when an error occurs. The default is to fail.
public static OnError OnError
Résultat OnError