C# Class LazyCopy.Service.LazyCopyService

This service manages the LazyCopy FileSystem MiniFilter driver.
Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: aleksk/LazyCopy Class Usage Examples

Public Methods

Method Description
Main ( ) : void

Entry point for this service.

Protected Methods

Method Description
OnStart ( string args ) : void

Service startup handler.

Private Methods

Method Description
ConfigureLogger ( ) : void
LazyCopyService ( ) : System

Initializes static members of the LazyCopyService class.

Method Details

Main() public static method

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

OnStart() protected method

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