C# Class VMAutoPrepInstallHelper.Installer1

Datei anzeigen Open project: ryanski44/VM-Automation-Framework

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
Commit ( IDictionary savedState ) : void
Install ( IDictionary stateSaver ) : void
Installer1 ( ) : System
Rollback ( IDictionary savedState ) : void
Uninstall ( IDictionary savedState ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Commit() public method

public Commit ( IDictionary savedState ) : void
savedState IDictionary
return void

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

Install() public method

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
return void

Installer1() public method

public Installer1 ( ) : System
return System

Rollback() public method

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
return void

Uninstall() public method

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
return void