C# Class DroidExplorer.Service.ServiceInstaller

Inheritance: System.ServiceProcess.ServiceInstaller
显示文件 Open project: camalot/droidexplorer

Public Methods

Method Description
ServiceInstaller ( ) : System

Initializes a new instance of the ServiceInstaller class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

Method Details

Dispose() protected method

Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

ServiceInstaller() public method

Initializes a new instance of the ServiceInstaller class.
public ServiceInstaller ( ) : System
return System