메소드 | 설명 | |
---|---|---|
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 ( |
||
SetLogTreshold ( string p_level ) : void | ||
SetupLog4Net ( bool p_logToConsole ) : log4net.ILog |
Setup a log4net log object
|
|
Sleep ( int p_millisecondsTimeout ) : void |
public static ExecuteInstallUtil ( bool p_install, string p_username, string p_password ) : string | ||
p_install | bool | |
p_username | string | |
p_password | string | |
리턴 | string |
public static IsServiceInstalled ( string p_serviceName ) : bool | ||
p_serviceName | string | |
리턴 | bool |
public static MoveFile ( string p_from, string p_to ) : void | ||
p_from | string | |
p_to | string | |
리턴 | void |
public static SetExecutingAssembly ( |
||
p_type | ||
리턴 | void |
public static SetLogTreshold ( string p_level ) : void | ||
p_level | string | |
리턴 | void |
public static SetupLog4Net ( bool p_logToConsole ) : log4net.ILog | ||
p_logToConsole | bool | |
리턴 | log4net.ILog |
public static Sleep ( int p_millisecondsTimeout ) : void | ||
p_millisecondsTimeout | int | |
리턴 | void |