C# 클래스 FluentBuild.Defaults

Defaults for the fluent build runner
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

공개 프로퍼티들

프로퍼티 타입 설명
FrameworkVersion IFrameworkVersion
OnError OnError

공개 메소드들

메소드 설명
SetLogger ( IMessageLogger logger ) : void
SetLogger ( string logger ) : void

비공개 메소드들

메소드 설명
Defaults ( ) : System
IsRunningOnMono ( ) : bool

메소드 상세

SetLogger() 공개 정적인 메소드

public static SetLogger ( IMessageLogger logger ) : void
logger IMessageLogger
리턴 void

SetLogger() 공개 정적인 메소드

public static SetLogger ( string logger ) : void
logger string
리턴 void

프로퍼티 상세

FrameworkVersion 공개적으로 정적으로 프로퍼티

Sets the .NET Framework version to use. The default is the highest desktop framework found.
public static IFrameworkVersion FrameworkVersion
리턴 IFrameworkVersion

OnError 공개적으로 정적으로 프로퍼티

Sets the behavior of what to do when an error occurs. The default is to fail.
public static OnError OnError
리턴 OnError