C# Class LazyCopy.Service.ProjectInstaller

Inheritance: System.Configuration.Install.Installer
ファイルを表示 Open project: aleksk/LazyCopy

Public Methods

Method Description
ProjectInstaller ( ) : System.ComponentModel

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

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

ProjectInstaller() public method

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