C# 클래스 Sql2Growl.Utility

파일 보기 프로젝트 열기: knippers/sql2growl

공개 메소드들

메소드 설명
ExecuteInstallUtil ( bool p_install, string p_username, string p_password ) : string

Execute the .NET service install tool to install or uninstall a .NET service

IsServiceInstalled ( string p_serviceName ) : bool
MoveFile ( string p_from, string p_to ) : void
SetExecutingAssembly ( Type p_type ) : void
SetLogTreshold ( string p_level ) : void
SetupLog4Net ( bool p_logToConsole ) : log4net.ILog

Setup a log4net log object

Sleep ( int p_millisecondsTimeout ) : void

메소드 상세

ExecuteInstallUtil() 공개 정적인 메소드

Execute the .NET service install tool to install or uninstall a .NET service
public static ExecuteInstallUtil ( bool p_install, string p_username, string p_password ) : string
p_install bool
p_username string
p_password string
리턴 string

IsServiceInstalled() 공개 정적인 메소드

public static IsServiceInstalled ( string p_serviceName ) : bool
p_serviceName string
리턴 bool

MoveFile() 공개 정적인 메소드

public static MoveFile ( string p_from, string p_to ) : void
p_from string
p_to string
리턴 void

SetExecutingAssembly() 공개 정적인 메소드

public static SetExecutingAssembly ( Type p_type ) : void
p_type System.Type
리턴 void

SetLogTreshold() 공개 정적인 메소드

public static SetLogTreshold ( string p_level ) : void
p_level string
리턴 void

SetupLog4Net() 공개 정적인 메소드

Setup a log4net log object
public static SetupLog4Net ( bool p_logToConsole ) : log4net.ILog
p_logToConsole bool
리턴 log4net.ILog

Sleep() 공개 정적인 메소드

public static Sleep ( int p_millisecondsTimeout ) : void
p_millisecondsTimeout int
리턴 void