C# Class MWS.Service.ProjectInstaller

Inheritance: System.Configuration.Install.Installer
Exibir arquivo Open project: SavageLearning/Machete

Public Methods

Method Description
ProjectInstaller ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FindInstaller ( System.Configuration.Install.InstallerCollection installers ) : System.Diagnostics.EventLogInstaller

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ProjectInstaller() public method

public ProjectInstaller ( ) : System
return System