C# Class DroidExplorer.Service.ServiceInstaller

Inheritance: System.ServiceProcess.ServiceInstaller
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
ServiceInstaller ( ) : System

Initializes a new instance of the ServiceInstaller class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

Method Details

Dispose() protected méthode

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.
Résultat void

ServiceInstaller() public méthode

Initializes a new instance of the ServiceInstaller class.
public ServiceInstaller ( ) : System
Résultat System