C# Class LazyCopy.Service.ProjectInstaller

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: aleksk/LazyCopy

Méthodes publiques

Méthode Description
ProjectInstaller ( ) : System.ComponentModel

Initializes a new instance of the ProjectInstaller 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.

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 to release both managed and unmanaged resources; to release only unmanaged resources.
Résultat void

ProjectInstaller() public méthode

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