C# 클래스 EasyService4Net.EasyService

파일 보기 프로젝트 열기: TheCodeCleaner/EasyService4Net

공개 메소드들

메소드 설명
EasyService ( string serviceDisplayName = null, string serviceName = null ) : System

Run ( string args ) : void

비공개 메소드들

메소드 설명
InstallService ( ) : void
RunConsole ( ) : void
RunService ( ) : void
Start ( ) : void
Stop ( ) : void
UnInstallService ( ) : void

메소드 상세

EasyService() 공개 메소드

public EasyService ( string serviceDisplayName = null, string serviceName = null ) : System
serviceDisplayName string null for using the assembly name.
serviceName string null for using the assembly name.
리턴 System

Run() 공개 메소드

public Run ( string args ) : void
args string
리턴 void