C# 클래스 LazyCopy.Service.LazyCopyService

This service manages the LazyCopy FileSystem MiniFilter driver.
상속: System.ServiceProcess.ServiceBase
파일 보기 프로젝트 열기: aleksk/LazyCopy 1 사용 예제들

공개 메소드들

메소드 설명
Main ( ) : void

Entry point for this service.

보호된 메소드들

메소드 설명
OnStart ( string args ) : void

Service startup handler.

비공개 메소드들

메소드 설명
ConfigureLogger ( ) : void
LazyCopyService ( ) : System

Initializes static members of the LazyCopyService class.

메소드 상세

Main() 공개 정적인 메소드

Entry point for this service.
public static Main ( ) : void
리턴 void

OnStart() 보호된 메소드

Service startup handler.
protected OnStart ( string args ) : void
args string Service startup parameters.
리턴 void